" Syntax highlighting for .snippets files " Hopefully this should make snippets a bit nicer to write! syn match snipComment '^#.*' syn match placeHolder '\${\d\+\(:.\{-}\)\=}' contains=snipCommand syn match tabStop '\$\d\+' syn match snipEscape '\\\\\|\\`' syn match snipCommand '\%(\\\@ cover common " cases with \t and " ". syn match snipError "^[^#vsaep\t ].*$" hi link snippet Identifier hi link snipComment Comment hi link multiSnipText String hi link snipKeyword Keyword hi link snipEscape SpecialChar hi link placeHolder Special hi link tabStop Special hi link snipCommand String hi link snipError Error hi link priority Number