VIM plugin for kamailio.cfg syntax highlighting

Daniel-Constantin Mierla 044b87eb57 utils/misc/vim: added recent core parameter to vim syntax highlighting %!s(int64=9) %!d(string=hai) anos
ftdetect a0078532a8 utils/misc/vim: vim specific files migrated to name kamailio %!s(int64=11) %!d(string=hai) anos
syntax 044b87eb57 utils/misc/vim: added recent core parameter to vim syntax highlighting %!s(int64=9) %!d(string=hai) anos
Makefile 051e027b5f utils/misc/vim: added target in Makefile to remove old ser vim files %!s(int64=11) %!d(string=hai) anos
README a0078532a8 utils/misc/vim: vim specific files migrated to name kamailio %!s(int64=11) %!d(string=hai) anos

README

Overview
--------

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

Install
-------

Run 'make install' in this folder, or:
- copy ftdetect/kamailio.vim to ~/.vim/ftdetect/kamailio.vim
- copy syntax/kamailio.vim to ~/.vim/syntax/kamailio.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 kamailio