Skip to content

Commit 7ecfc48

Browse files
Miguel Madrid Mencíaap
authored andcommitted
add support for Typescript
1 parent bc91f65 commit 7ecfc48

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

after/syntax/typescript.vim

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)