diff --git a/muttator/contrib/vim/Makefile b/muttator/contrib/vim/Makefile new file mode 100644 index 00000000..76277174 --- /dev/null +++ b/muttator/contrib/vim/Makefile @@ -0,0 +1,9 @@ +VIMBALL = muttator.vba + +vimball: mkvimball.txt syntax/muttator.vim ftdetect/muttator.vim + echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt + +all: vimball + +clean: + rm -f ${VIMBALL} diff --git a/muttator/contrib/vim/ftdetect/muttator.vim b/muttator/contrib/vim/ftdetect/muttator.vim new file mode 100644 index 00000000..94963a26 --- /dev/null +++ b/muttator/contrib/vim/ftdetect/muttator.vim @@ -0,0 +1,2 @@ +" TODO: what's the Muttator filename extension? +au BufNewFile,BufRead *muttatororrc*,*.muttator set filetype=muttator diff --git a/muttator/contrib/vim/mkvimball.txt b/muttator/contrib/vim/mkvimball.txt new file mode 100644 index 00000000..484bb52f --- /dev/null +++ b/muttator/contrib/vim/mkvimball.txt @@ -0,0 +1,2 @@ +syntax/muttator.vim +ftdetect/muttator.vim diff --git a/muttator/contrib/vim/muttator.vba b/muttator/contrib/vim/muttator.vba new file mode 100644 index 00000000..3f97476b --- /dev/null +++ b/muttator/contrib/vim/muttator.vba @@ -0,0 +1,110 @@ +" Vimball Archiver by Charles E. Campbell, Jr., Ph.D. +UseVimball +finish +syntax/muttator.vim [[[1 +100 +" Vim syntax file +" Language: Muttator configuration file +" Maintainer: Doug Kearns +" Last Change: 2009 Jan 22 + +if exists("b:current_syntax") + finish +endif + +let s:cpo_save = &cpo +set cpo&vim + +syn include @javascriptTop syntax/javascript.vim +unlet b:current_syntax + +syn include @cssTop syntax/css.vim +unlet b:current_syntax + +syn match muttatorCommandStart "\%(^\s*:\=\)\@<=" nextgroup=muttatorCommand,muttatorAutoCmd + +syn keyword muttatorCommand ab[breviate] ab[clear] addo[ns] addr[essbook] bN[ext] bd[elete] beep bf[irst] bl[ast] bn[ext] + \ bp[revious] br[ewind] bun[load] bw[ipeout] ca[bbrev] cabc[lear] cd chd[ir] cm[ap] cmapc[lear] cno[remap] colo[rscheme] + \ com[mand] comc[lear] con[tact] contacts copy[to] cu[nmap] cuna[bbrev] delc[ommand] delm[arks] delmac[ros] dels[tyle] + \ dia[log] do[autocmd] doautoa[ll] ec[ho] echoe[rr] echom[sg] em[enu] empty[trash] exe[cute] exu[sage] fini[sh] get[messages] + \ go[to] h[elp] ha[rdcopy] hi[ghlight] ia[bbrev] iabc[lear] im[ap] imapc[lear] ino[remap] iu[nmap] iuna[bbrev] javas[cript] js + \ let loadplugins lpl m[ail] ma[rk] macros map mapc[lear] marks mes[sages] mkm[uttatorrc] mm[ap] mmapc[lear] mu[nmap] + \ mno[remap] move[to] no[remap] norm[al] optionu[sage] pa[geinfo] pagest[yle] pc[lose] pl[ay] pref[erences] prefs pw[d] q[uit] + \ re[load] res[tart] run runt[ime] sav[eas] scrip[tnames] se[t] setg[lobal] setl[ocal] so[urce] st[op] sty[le] tN[ext] t[open] + \ tab tabN[ext] tabc[lose] tabfir[st] tabl[ast] tabn[ext] tabp[revious] tabr[ewind] time tn[ext] tp[revious] una[bbreviate] + \ unl[et] unm[ap] ve[rsion] vie[wsource] viu[sage] w[rite] zo[om] + \ contained + +syn match muttatorCommand "!" contained + +syn keyword muttatorAutoCmd au[tocmd] contained nextgroup=muttatorAutoEventList skipwhite + +syn keyword muttatorAutoEvent BookmarkAdd DOMLoad LocationChange PageLoadPre PageLoad ShellCmdPost muttatorEnter + \ muttatorLeavePre muttatorLeave + \ contained + +syn match muttatorAutoEventList "\(\a\+,\)*\a\+" contained contains=muttatorAutoEvent + +syn region muttatorSet matchgroup=muttatorCommand start="\%(^\s*:\=\)\@<=\<\%(setl\%[ocal]\|setg\%[lobal]\|set\=\)\=\>" + \ end="$" keepend oneline contains=muttatorOption,muttatorString + +syn keyword muttatorOption archivefolder cdpath cd complete cpt editor eventignore ei extendedhinttags eht followhints fh + \ guioptions go helpfile hf hintmatching hm hinttags ht hinttimeout hto history hi laststatus ls layout messages msgs + \ nextpattern pageinfo pa previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf showstatuslinks ssli + \ showtabline stal suggestengines t_vb urlseparator verbose vbs wildcase wic wildignore wig wildmode wim wildoptions wop + \ wordseparators wsp + \ contained nextgroup=muttatorSetMod + +" toggle options +syn match muttatorOption "\<\%(no\|inv\)\=\%(autoexternal\|errorbells\|eb\|exrc\|ex\|focuscontent\|fc\|fullscreen\|fs\)\>!\=" + \ contained nextgroup=muttatorSetMod +syn match muttatorOption "\<\%(no\|inv\)\=\%(insertmode\|im\|loadplugins\|lpl\|more\|showmode\|smd\|visualbell\|vb\)\>!\=" + \ contained nextgroup=muttatorSetMod +syn match muttatorOption "\<\%(no\|inv\)\=\%(usermode\|um\)\>!\=" + \ contained nextgroup=muttatorSetMod + +syn match muttatorSetMod "\%(\<[a-z_]\+\)\@<=&" contained + +syn region muttatorJavaScript start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=" end="$" contains=@javascriptTop keepend oneline +syn region muttatorJavaScript matchgroup=muttatorJavascriptDelimiter + \ start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=<<\s*\z(\h\w*\)"hs=s+2 end="^\z1$" contains=@javascriptTop fold + +let s:cssRegionStart = '\%(^\s*sty\%[le]!\=\s\+\%(-\%(n\|name\)\%(\s\+\|=\)\S\+\s\+\)\=[^-]\S\+\s\+\)\@<=' +execute 'syn region muttatorCss start="' . s:cssRegionStart . '" end="$" contains=@cssTop keepend oneline' +execute 'syn region muttatorCss matchgroup=muttatorCssDelimiter' + \ 'start="' . s:cssRegionStart . '<<\s*\z(\h\w*\)"hs=s+2 end="^\z1$" contains=@cssTop fold' + +syn match muttatorNotation "<[0-9A-Za-z-]\+>" + +syn match muttatorComment +".*$+ contains=muttatorTodo,@Spell +syn keyword muttatorTodo FIXME NOTE TODO XXX contained + +syn region muttatorString start="\z(["']\)" end="\z1" skip="\\\\\|\\\z1" oneline + +syn match muttatorLineComment +^\s*".*$+ contains=muttatorTodo,@Spell + +" NOTE: match vim.vim highlighting group names +hi def link muttatorAutoCmd muttatorCommand +hi def link muttatorAutoEvent Type +hi def link muttatorCommand Statement +hi def link muttatorComment Comment +hi def link muttatorJavascriptDelimiter Delimiter +hi def link muttatorCssDelimiter Delimiter +hi def link muttatorNotation Special +hi def link muttatorLineComment Comment +hi def link muttatorOption PreProc +hi def link muttatorSetMod muttatorOption +hi def link muttatorString String +hi def link muttatorTodo Todo + +let b:current_syntax = "muttator" + +let &cpo = s:cpo_save +unlet s:cpo_save + +" vim: tw=130 et ts=4 sw=4: +ftdetect/muttator.vim [[[1 +3 +" Muttator +" TODO: what's the Muttator filename extension? +au BufNewFile,BufRead *muttatororrc*,*.muttator set filetype=muttator diff --git a/muttator/contrib/vim/syntax/muttator.vim b/muttator/contrib/vim/syntax/muttator.vim new file mode 100644 index 00000000..28961f19 --- /dev/null +++ b/muttator/contrib/vim/syntax/muttator.vim @@ -0,0 +1,100 @@ +" Vim syntax file +" Language: Muttator configuration file +" Maintainer: Doug Kearns +" Last Change: 2009 Jan 22 + +if exists("b:current_syntax") + finish +endif + +let s:cpo_save = &cpo +set cpo&vim + +syn include @javascriptTop syntax/javascript.vim +unlet b:current_syntax + +syn include @cssTop syntax/css.vim +unlet b:current_syntax + +syn match muttatorCommandStart "\%(^\s*:\=\)\@<=" nextgroup=muttatorCommand,muttatorAutoCmd + +syn keyword muttatorCommand ab[breviate] ab[clear] addo[ns] addr[essbook] bN[ext] bd[elete] beep bf[irst] bl[ast] bn[ext] + \ bp[revious] br[ewind] bun[load] bw[ipeout] ca[bbrev] cabc[lear] cd chd[ir] cm[ap] cmapc[lear] cno[remap] colo[rscheme] + \ com[mand] comc[lear] con[tact] contacts copy[to] cu[nmap] cuna[bbrev] delc[ommand] delm[arks] delmac[ros] dels[tyle] + \ dia[log] do[autocmd] doautoa[ll] ec[ho] echoe[rr] echom[sg] em[enu] empty[trash] exe[cute] exu[sage] fini[sh] get[messages] + \ go[to] h[elp] ha[rdcopy] hi[ghlight] ia[bbrev] iabc[lear] im[ap] imapc[lear] ino[remap] iu[nmap] iuna[bbrev] javas[cript] js + \ let loadplugins lpl m[ail] ma[rk] macros map mapc[lear] marks mes[sages] mkm[uttatorrc] mm[ap] mmapc[lear] mu[nmap] + \ mno[remap] move[to] no[remap] norm[al] optionu[sage] pa[geinfo] pagest[yle] pc[lose] pl[ay] pref[erences] prefs pw[d] q[uit] + \ re[load] res[tart] run runt[ime] sav[eas] scrip[tnames] se[t] setg[lobal] setl[ocal] so[urce] st[op] sty[le] tN[ext] t[open] + \ tab tabN[ext] tabc[lose] tabfir[st] tabl[ast] tabn[ext] tabp[revious] tabr[ewind] time tn[ext] tp[revious] una[bbreviate] + \ unl[et] unm[ap] ve[rsion] vie[wsource] viu[sage] w[rite] zo[om] + \ contained + +syn match muttatorCommand "!" contained + +syn keyword muttatorAutoCmd au[tocmd] contained nextgroup=muttatorAutoEventList skipwhite + +syn keyword muttatorAutoEvent BookmarkAdd DOMLoad LocationChange PageLoadPre PageLoad ShellCmdPost muttatorEnter + \ muttatorLeavePre muttatorLeave + \ contained + +syn match muttatorAutoEventList "\(\a\+,\)*\a\+" contained contains=muttatorAutoEvent + +syn region muttatorSet matchgroup=muttatorCommand start="\%(^\s*:\=\)\@<=\<\%(setl\%[ocal]\|setg\%[lobal]\|set\=\)\=\>" + \ end="$" keepend oneline contains=muttatorOption,muttatorString + +syn keyword muttatorOption archivefolder cdpath cd complete cpt editor eventignore ei extendedhinttags eht followhints fh + \ guioptions go helpfile hf hintmatching hm hinttags ht hinttimeout hto history hi laststatus ls layout messages msgs + \ nextpattern pageinfo pa previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf showstatuslinks ssli + \ showtabline stal suggestengines t_vb urlseparator verbose vbs wildcase wic wildignore wig wildmode wim wildoptions wop + \ wordseparators wsp + \ contained nextgroup=muttatorSetMod + +" toggle options +syn match muttatorOption "\<\%(no\|inv\)\=\%(autoexternal\|errorbells\|eb\|exrc\|ex\|focuscontent\|fc\|fullscreen\|fs\)\>!\=" + \ contained nextgroup=muttatorSetMod +syn match muttatorOption "\<\%(no\|inv\)\=\%(insertmode\|im\|loadplugins\|lpl\|more\|showmode\|smd\|visualbell\|vb\)\>!\=" + \ contained nextgroup=muttatorSetMod +syn match muttatorOption "\<\%(no\|inv\)\=\%(usermode\|um\)\>!\=" + \ contained nextgroup=muttatorSetMod + +syn match muttatorSetMod "\%(\<[a-z_]\+\)\@<=&" contained + +syn region muttatorJavaScript start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=" end="$" contains=@javascriptTop keepend oneline +syn region muttatorJavaScript matchgroup=muttatorJavascriptDelimiter + \ start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=<<\s*\z(\h\w*\)"hs=s+2 end="^\z1$" contains=@javascriptTop fold + +let s:cssRegionStart = '\%(^\s*sty\%[le]!\=\s\+\%(-\%(n\|name\)\%(\s\+\|=\)\S\+\s\+\)\=[^-]\S\+\s\+\)\@<=' +execute 'syn region muttatorCss start="' . s:cssRegionStart . '" end="$" contains=@cssTop keepend oneline' +execute 'syn region muttatorCss matchgroup=muttatorCssDelimiter' + \ 'start="' . s:cssRegionStart . '<<\s*\z(\h\w*\)"hs=s+2 end="^\z1$" contains=@cssTop fold' + +syn match muttatorNotation "<[0-9A-Za-z-]\+>" + +syn match muttatorComment +".*$+ contains=muttatorTodo,@Spell +syn keyword muttatorTodo FIXME NOTE TODO XXX contained + +syn region muttatorString start="\z(["']\)" end="\z1" skip="\\\\\|\\\z1" oneline + +syn match muttatorLineComment +^\s*".*$+ contains=muttatorTodo,@Spell + +" NOTE: match vim.vim highlighting group names +hi def link muttatorAutoCmd muttatorCommand +hi def link muttatorAutoEvent Type +hi def link muttatorCommand Statement +hi def link muttatorComment Comment +hi def link muttatorJavascriptDelimiter Delimiter +hi def link muttatorCssDelimiter Delimiter +hi def link muttatorNotation Special +hi def link muttatorLineComment Comment +hi def link muttatorOption PreProc +hi def link muttatorSetMod muttatorOption +hi def link muttatorString String +hi def link muttatorTodo Todo + +let b:current_syntax = "muttator" + +let &cpo = s:cpo_save +unlet s:cpo_save + +" vim: tw=130 et ts=4 sw=4: diff --git a/vimperator/contrib/vim/Makefile b/vimperator/contrib/vim/Makefile new file mode 100644 index 00000000..77df2fc3 --- /dev/null +++ b/vimperator/contrib/vim/Makefile @@ -0,0 +1,9 @@ +VIMBALL = vimperator.vba + +vimball: mkvimball.txt syntax/vimperator.vim ftdetect/vimperator.vim + echo '%MkVimball! ${VIMBALL} .' | vim -u NORC -N -e -s mkvimball.txt + +all: vimball + +clean: + rm -f ${VIMBALL} diff --git a/vimperator/contrib/vim/ftdetect/vimperator.vim b/vimperator/contrib/vim/ftdetect/vimperator.vim new file mode 100644 index 00000000..cbf9068e --- /dev/null +++ b/vimperator/contrib/vim/ftdetect/vimperator.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead *vimperatorrc*,*.vimp set filetype=vimperator diff --git a/vimperator/contrib/vim/mkvimball.txt b/vimperator/contrib/vim/mkvimball.txt new file mode 100644 index 00000000..96d1629b --- /dev/null +++ b/vimperator/contrib/vim/mkvimball.txt @@ -0,0 +1,2 @@ +syntax/vimperator.vim +ftdetect/vimperator.vim diff --git a/vimperator/vimperator.vim b/vimperator/contrib/vim/syntax/vimperator.vim similarity index 58% rename from vimperator/vimperator.vim rename to vimperator/contrib/vim/syntax/vimperator.vim index 509be979..aadf47b8 100644 --- a/vimperator/vimperator.vim +++ b/vimperator/contrib/vim/syntax/vimperator.vim @@ -1,13 +1,7 @@ " Vim syntax file " Language: VIMperator configuration file " Maintainer: Doug Kearns -" Last Change: 2008 Dec 31 -" -" To use this file, copy it to ~/.vim/syntax/vimperator.vim and create -" ~/.vim/ftdetect/vimperator.vim with contents like: -" -" au BufNewFile,BufRead *.vimp setl filetype=vimperator -" au BufNewFile,BufRead */{.,_}{vimperator,muttator}rc setl filetype=vimperator +" Last Change: 2008 Jan 22 if exists("b:current_syntax") finish @@ -24,19 +18,19 @@ unlet b:current_syntax syn match vimperatorCommandStart "\%(^\s*:\=\)\@<=" nextgroup=vimperatorCommand,vimperatorAutoCmd -syn keyword vimperatorCommand ab[breviate] ab[clear] addo[ns] b[uffer] ba[ck] bd[elete] beep bf[irst] bl[ast] bma[rk] bmarks - \ bn[ext] bN[ext] bp[revious] br[ewind] buffers bun[load] bw[ipeout] ca[bbrev] cabc[lear] cd chd[ir] colo[rscheme] cuna[bbrev] - \ cm[ap] cmapc[lear] cno[remap] comc[lear] com[mand] cu[nmap] do[autocmd] doautoa[ll] delbm[arks] delc[ommand] delmac[ros] - \ delm[arks] delqm[arks] dels[tyle] dia[log] dl downl[oads] e[dit] ec[ho] echoe[rr] echom[sg] em[enu] exe[cute] exu[sage] - \ fini[sh] files fo[rward] fw h[elp] ha[rdcopy] hi[ghlight] hist[ory] hs ia[bbrev] iabc[lear] im[ap] imapc[lear] ino[remap] - \ iuna[bbrev] iu[nmap] javas[cript] ju[mps] js let loadplugins lpl ls macros ma[rk] map mapc[lear] marks mes[sages] +syn keyword vimperatorCommand ab[breviate] ab[clear] addo[ns] bN[ext] b[uffer] ba[ck] bd[elete] beep bf[irst] bl[ast] bma[rk] + \ bmarks bn[ext] bp[revious] br[ewind] buffers bun[load] bw[ipeout] ca[bbrev] cabc[lear] cd chd[ir] cm[ap] cmapc[lear] + \ cno[remap] colo[rscheme] com[mand] comc[lear] cu[nmap] cuna[bbrev] delbm[arks] delc[ommand] delm[arks] delmac[ros] + \ delqm[arks] dels[tyle] dia[log] dl do[autocmd] doautoa[ll] downl[oads] e[dit] ec[ho] echoe[rr] echom[sg] em[enu] exe[cute] + \ exu[sage] files fini[sh] fo[rward] fw h[elp] ha[rdcopy] hi[ghlight] hist[ory] hs ia[bbrev] iabc[lear] im[ap] imapc[lear] + \ ino[remap] iu[nmap] iuna[bbrev] javas[cript] js ju[mps] let loadplugins lpl ls ma[rk] macros map mapc[lear] marks mes[sages] \ mkv[imperatorrc] no[remap] noh[lsearch] norm[al] o[pen] optionu[sage] pa[geinfo] pagest[yle] pc[lose] pl[ay] pref[erences] - \ prefs pw[d] q[uit] qa[ll] qma[rk] qmarks quita[ll] re[draw] re[load] reloada[ll] res[tart] run runt[ime] sty[le] sav[eas] - \ sb[ar] sb[open] sbcl[ose] scrip[tnames] se[t] setg[lobal] setl[ocal] sideb[ar] so[urce] st[op] tN[ext] t[open] tab - \ tabde[tach] tabd[uplicate] tabN[ext] tabc[lose] tabe[dit] tabfir[st] tabl[ast] tabm[ove] tabn[ext] tabnew tabo[nly] tabopen + \ prefs pw[d] q[uit] qa[ll] qma[rk] qmarks quita[ll] re[draw] re[load] reloada[ll] res[tart] run runt[ime] sav[eas] sb[ar] + \ sb[open] sbcl[ose] scrip[tnames] se[t] setg[lobal] setl[ocal] sideb[ar] so[urce] st[op] sty[le] tN[ext] t[open] tab + \ tabN[ext] tabc[lose] tabd[uplicate] tabde[tach] tabe[dit] tabfir[st] tabl[ast] tabm[ove] tabn[ext] tabnew tabo[nly] tabopen \ tabp[revious] tabr[ewind] tabs time tn[ext] tp[revious] u[ndo] una[bbreviate] undoa[ll] unl[et] unm[ap] ve[rsion] - \ vie[wsource] viu[sage] w[rite] wc[lose] win[open] winc[lose] wine[dit] wo[pen] wqa[ll] wq xa[ll] zo[om] - \ contained + \ vie[wsource] viu[sage] w[rite] wc[lose] win[open] winc[lose] wine[dit] wo[pen] wq wqa[ll] xa[ll] zo[om] + \ contained syn match vimperatorCommand "!" contained @@ -51,11 +45,11 @@ syn match vimperatorAutoEventList "\(\a\+,\)*\a\+" contained contains=vimperator syn region vimperatorSet matchgroup=vimperatorCommand start="\%(^\s*:\=\)\@<=\<\%(setl\%[ocal]\|setg\%[lobal]\|set\=\)\=\>" \ end="$" keepend oneline contains=vimperatorOption,vimperatorString -syn keyword vimperatorOption activate act alfc albc cdpath cd complete cpt defsearch ds editor extendedhinttags eht eventignore ei - \ followhints fh guioptions go helpfile hf hintmatching hm hs hinttags ht hinttimeout hto history hi laststatus ls lbc lfc - \ messages msgs newtab nextpattern pageinfo pa popups pps previewheight pvh previouspattern runtimepath rtp scroll scr shell - \ sh shellcmdflag shcf showstatuslinks ssli showtabline stal suggestengines titlestring urlseparator verbose vbs t_vb wildcase - \ wic wildignore wig wildmode wim wildoptions wop wordseparators wsp +syn keyword vimperatorOption activate act cdpath cd complete cpt defsearch ds editor eventignore ei extendedhinttags eht + \ followhints fh guioptions go helpfile hf hintmatching hm hinttags ht hinttimeout hto history hi laststatus ls messages msgs + \ newtab nextpattern pageinfo pa popups pps previouspattern runtimepath rtp scroll scr shell sh shellcmdflag shcf + \ showstatuslinks ssli showtabline stal suggestengines t_vb titlestring urlseparator verbose vbs wildcase wic wildignore wig + \ wildmode wim wildoptions wop wordseparators wsp \ contained nextgroup=vimperatorSetMod " toggle options @@ -72,12 +66,12 @@ syn match vimperatorSetMod "\%(\<[a-z_]\+\)\@<=&" contained syn region vimperatorJavaScript start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=" end="$" contains=@javascriptTop keepend oneline syn region vimperatorJavaScript matchgroup=vimperatorJavascriptDelimiter - \ start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=<<\s*\z(\h\w*\)"hs=s+2 end="^\z1$" contains=@javascriptTop fold + \ start="\%(^\s*\%(javascript\|js\)\s\+\)\@<=<<\s*\z(\h\w*\)"hs=s+2 end="^\z1$" contains=@javascriptTop fold let s:cssRegionStart = '\%(^\s*sty\%[le]!\=\s\+\%(-\%(n\|name\)\%(\s\+\|=\)\S\+\s\+\)\=[^-]\S\+\s\+\)\@<=' execute 'syn region vimperatorCss start="' . s:cssRegionStart . '" end="$" contains=@cssTop keepend oneline' execute 'syn region vimperatorCss matchgroup=vimperatorCssDelimiter' - \ 'start="' . s:cssRegionStart . '<<\s*\z(\h\w*\)"hs=s+2 end="^\z1$" contains=@cssTop fold' + \ 'start="' . s:cssRegionStart . '<<\s*\z(\h\w*\)"hs=s+2 end="^\z1$" contains=@cssTop fold' syn match vimperatorNotation "<[0-9A-Za-z-]\+>" @@ -91,15 +85,15 @@ syn match vimperatorLineComment +^\s*".*$+ contains=vimperatorTodo,@Spell " NOTE: match vim.vim highlighting group names hi def link vimperatorAutoCmd vimperatorCommand hi def link vimperatorAutoEvent Type -hi def link vimperatorCommand Statement -hi def link vimperatorComment Comment -hi def link vimperatorJavascriptDelimiter Delimiter -hi def link vimperatorCssDelimiter Delimiter -hi def link vimperatorNotation Special -hi def link vimperatorLineComment Comment -hi def link vimperatorOption PreProc +hi def link vimperatorCommand Statement +hi def link vimperatorComment Comment +hi def link vimperatorJavascriptDelimiter Delimiter +hi def link vimperatorCssDelimiter Delimiter +hi def link vimperatorNotation Special +hi def link vimperatorLineComment Comment +hi def link vimperatorOption PreProc hi def link vimperatorSetMod vimperatorOption -hi def link vimperatorString String +hi def link vimperatorString String hi def link vimperatorTodo Todo let b:current_syntax = "vimperator"