Add some tweaks for TypeScript (#49)

* Add some tweaks for TypeScript

Uses https://github.com/leafgarland/typescript-vim

* Alphabetize language-specific highlight groups
This commit is contained in:
Simon Smith
2016-08-29 17:14:56 +01:00
committed by Josh Dick
parent 15c44142ac
commit 32f53240c5

View File

@@ -373,6 +373,11 @@ call s:h("sassMixin", { "fg": s:purple })
call s:h("sassMixinName", { "fg": s:blue })
call s:h("sassMixing", { "fg": s:purple })
" TypeScript
call s:h("typescriptReserved", { "fg": s:purple })
call s:h("typescriptEndColons", { "fg": s:white })
call s:h("typescriptBraces", { "fg": s:white })
" XML
call s:h("xmlAttrib", { "fg": s:dark_yellow })
call s:h("xmlEndTag", { "fg": s:red })