fixup! Clean up miscellaneous syntax items

This commit is contained in:
Kevin Ballard 2014-06-30 18:38:50 -07:00
parent 4b73864b74
commit 5fa39faa92

View File

@ -114,9 +114,8 @@ syn match snipClearKeyword "^clearsnippets" contained display
" Highlight groups {{{1 " Highlight groups {{{1
hi def link snipComment Comment hi def link snipComment Comment
hi def link snipTODO Todo
hi def snipLeadingSpaces term=reverse ctermfg=15 ctermbg=4 gui=reverse guifg=#dc322f hi def snipLeadingSpaces term=reverse ctermfg=15 ctermbg=4 gui=reverse guifg=#dc322f
hi def link snipString String
hi def link snipDocString String
hi def link snipKeyword Keyword hi def link snipKeyword Keyword