summaryrefslogtreecommitdiff
path: root/contrib/editors
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2009-03-05 06:21:10 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2009-03-05 06:21:10 +0000
commitdd1a5f1969ea62e83af6f3e2f0162c18384f0891 (patch)
treec925ed4ce642e8ceb80e062886181c1f44388549 /contrib/editors
parent2c54fc25cd3b90846f8f308ac885575b374cb44b (diff)
Also highlight the preamble and postamble
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@180334 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib/editors')
-rw-r--r--contrib/editors/asterisk.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/editors/asterisk.vim b/contrib/editors/asterisk.vim
index d80c4fac4..452510f6d 100644
--- a/contrib/editors/asterisk.vim
+++ b/contrib/editors/asterisk.vim
@@ -75,8 +75,10 @@ if version >= 508 || !exists("did_conf_syntax_inits")
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