Skip to content

Commit

Permalink
Add alternative version of typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
amadeus committed Aug 16, 2020
1 parent 920d465 commit ac98e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload/tcomment/types/default.vim
Expand Up @@ -252,6 +252,9 @@ call tcomment#type#Define('typescript_inline', g:tcomment#inline_fmt_c )
call tcomment#type#Define('typescriptreact', tcomment#GetLineC('// %s'))
call tcomment#type#Define('typescriptreact_block', g:tcomment#block_fmt_c )
call tcomment#type#Define('typescriptreact_inline', g:tcomment#inline_fmt_c )
call tcomment#type#Define('typescript.tsx', tcomment#GetLineC('// %s'))
call tcomment#type#Define('typescript.tsx_block', g:tcomment#block_fmt_c )
call tcomment#type#Define('typescript.tsx_inline', g:tcomment#inline_fmt_c )
call tcomment#type#Define('typoscript', '# %s' )
call tcomment#type#Define('upstart', '# %s' )
call tcomment#type#Define('vader', {'col': 1, 'commentstring': '" %s' })
Expand Down

0 comments on commit ac98e7d

Please sign in to comment.