kamailio / emacs-kamailio-syntax

Emacs extension for kamailio.cfg syntax highlighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

emacs-kamailio-syntax

Emacs mode for kamailio.cfg syntax highlighting and indentation

  • Save kamailio-mode.el somewhere in your file system.

  • Load the module in your Emacs Initialization File:

(load "path_to_kamalio-mode.el")
  • To activate the mode, tell it on the first nonblank line of your kamailio.cfg file, for example:
# -*- mode: kamailio; tab-width: 4; c-basic-offset: 4; -*-

About

Emacs extension for kamailio.cfg syntax highlighting

License:GNU General Public License v2.0


Languages

Language:Emacs Lisp 100.0%