VIM plugin for kamailio.cfg syntax highlighting

Daniel-Constantin Mierla d3c5b5e87b utils/misc: added vim syntax and auto-detect scripts 15 gadi atpakaļ
ftdetect d3c5b5e87b utils/misc: added vim syntax and auto-detect scripts 15 gadi atpakaļ
syntax d3c5b5e87b utils/misc: added vim syntax and auto-detect scripts 15 gadi atpakaļ
README d3c5b5e87b utils/misc: added vim syntax and auto-detect scripts 15 gadi atpakaļ

README

Vim scripts to auto-detect SER and Kamailio configuration files and
enable syntax highlighting for them.

Install:

- copy ftdetect/ser.vim to ~/.vim/ftdetect/ser.vim
- copy syntax/ser.vim to ~/.vim/syntax/ser.vim

Usage:

- autodetection is based on .cfg extension and match of #!SER,
#!KAMAILIO (and other variants), modparam or route keywords in
first 400 lines of file. You can enable syntax highlighting for files
not auto-detected with vim command: "setf ser".