Remove stray comment character

This commit is contained in:
Josh Dick
2019-04-02 10:31:53 -04:00
parent ca2ae4d6de
commit 723c616d4b

View File

@@ -506,7 +506,7 @@ call s:h("texDelimiter", { "fg": s:dark_yellow })
call s:h("texSpecialChar", { "fg": s:dark_yellow })
call s:h("texCite", { "fg": s:blue })
call s:h("texRefZone", { "fg": s:blue })
"
" TypeScript
call s:h("typescriptReserved", { "fg": s:purple })
call s:h("typescriptEndColons", { "fg": s:white })