We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc91f65 commit 7ecfc48Copy full SHA for 7ecfc48
after/syntax/typescript.vim
@@ -0,0 +1,6 @@
1
+" https://github.com/leafgarland/typescript-vim
2
+" should already be including the xml syntax
3
+call css_color#init('hex', 'extended'
4
+ \, 'typescriptComment,typescriptLineComment,typescriptStringS,typescriptStringD,'
5
+ \. 'typescriptStringB,typescriptCommentSkip,typescriptDocComment'
6
+ \)
0 commit comments