Skip to content

Commit

Permalink
Merge pull request #281 from herrbischoff/patch-1
Browse files Browse the repository at this point in the history
Add Stylus support
  • Loading branch information
tomtom committed Feb 3, 2021
2 parents 2037d05 + 43a84c9 commit 2de3885
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload/tcomment/types/default.vim
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ call tcomment#type#Define('sshdconfig', '# %s' )
call tcomment#type#Define('st', '" %s "' )
call tcomment#type#Define('stata', '// %s' )
call tcomment#type#Define('stata_block', '/* %s */\n ' )
call tcomment#type#Define('stylus', '// %s' )
call tcomment#type#Define('stylus_block', g:tcomment#block_fmt_c )
call tcomment#type#Define('stylus_inline', g:tcomment#inline_fmt_c )
call tcomment#type#Define('swift', tcomment#GetLineC('// %s'))
call tcomment#type#Define('swift_block', g:tcomment#block_fmt_c )
call tcomment#type#Define('swift_inline', g:tcomment#inline_fmt_c )
Expand Down

0 comments on commit 2de3885

Please sign in to comment.