Skip to content

Commit

Permalink
Add support for go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
josa42 committed Feb 12, 2020
1 parent 239c0c0 commit aa97c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/tcomment/types/default.vim
Expand Up @@ -81,6 +81,7 @@ call tcomment#type#Define('gnuplot', '# %s' )
call tcomment#type#Define('go', '// %s' )
call tcomment#type#Define('go_block', g:tcomment#block_fmt_c )
call tcomment#type#Define('go_inline', g:tcomment#inline_fmt_c )
call tcomment#type#Define('gomod', '// %s' )
call tcomment#type#Define('groovy', tcomment#GetLineC('// %s'))
call tcomment#type#Define('groovy_block', g:tcomment#block_fmt_c )
call tcomment#type#Define('groovy_doc_block', g:tcomment#block2_fmt_c )
Expand Down

0 comments on commit aa97c11

Please sign in to comment.