Skip to content

Commit

Permalink
Merge pull request #259 from t-b/add-bibtex
Browse files Browse the repository at this point in the history
Add support for bibtex files
  • Loading branch information
tomtom committed Jan 4, 2020
2 parents c9cecef + 0f94e96 commit 239c0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/tcomment/types/default.vim
Expand Up @@ -14,6 +14,7 @@ call tcomment#type#Define('applescript_inline','# %s' )
call tcomment#type#Define('asciidoc', '// %s' )
call tcomment#type#Define('asm', '; %s' )
call tcomment#type#Define('asterisk', '; %s' )
call tcomment#type#Define('bib', '%% %s' )
call tcomment#type#Define('blade', '{{-- %s --}}' )
call tcomment#type#Define('blade_block', '{{--%s--}}' )
call tcomment#type#Define('blade_inline', '{{-- %s --}}' )
Expand Down

0 comments on commit 239c0c0

Please sign in to comment.