Skip to content

Commit

Permalink
Support dot
Browse files Browse the repository at this point in the history
  • Loading branch information
tamago324 committed Aug 15, 2020
1 parent 920d465 commit a89e22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/tcomment/types/default.vim
Expand Up @@ -62,6 +62,7 @@ call tcomment#type#Define('docbk_block', g:tcomment#block_fmt_xml )
call tcomment#type#Define('docbk_inline', g:tcomment#inline_fmt_xml)
call tcomment#type#Define('dosbatch', 'rem %s' )
call tcomment#type#Define('dosini', '; %s' )
call tcomment#type#Define('dot', '// %s' )
call tcomment#type#Define('dsl', '; %s' )
call tcomment#type#Define('dustjs', '{! %s !}' )
call tcomment#type#Define('dylan', '// %s' )
Expand Down

0 comments on commit a89e22c

Please sign in to comment.