[asterisk-commits] tilghman: trunk r180334 - /trunk/contrib/editors/asterisk.vim
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 5 00:21:29 CST 2009
Author: tilghman
Date: Thu Mar 5 00:21:10 2009
New Revision: 180334
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=180334
Log:
Also highlight the preamble and postamble
Modified:
trunk/contrib/editors/asterisk.vim
Modified: trunk/contrib/editors/asterisk.vim
URL: http://svn.digium.com/svn-view/asterisk/trunk/contrib/editors/asterisk.vim?view=diff&rev=180334&r1=180333&r2=180334
==============================================================================
--- trunk/contrib/editors/asterisk.vim (original)
+++ trunk/contrib/editors/asterisk.vim Thu Mar 5 00:21:10 2009
@@ -75,8 +75,10 @@
HiLink asteriskPriority Preproc
HiLink asteriskLabel Type
HiLink asteriskVar String
+ HiLink asteriskVarStart String
HiLink asteriskFunction Function
HiLink asteriskExp Type
+ HiLink asteriskExpStart Type
HiLink asteriskCodecsPermit Preproc
HiLink asteriskCodecs String
HiLink asteriskType Statement
More information about the asterisk-commits
mailing list