Skip to content

Commit

Permalink
types/default.vim: fasm filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
dsirov committed Jul 22, 2019
1 parent 622cc05 commit 3f3f598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/tcomment/types/default.vim
Expand Up @@ -67,6 +67,7 @@ call tcomment#type#Define('erlang', '%%%% %s' )
call tcomment#type#Define('eruby', '<%%# %s' )
call tcomment#type#Define('esmtprc', '# %s' )
call tcomment#type#Define('expect', '# %s' )
call tcomment#type#Define('fasm', '; %s' )
call tcomment#type#Define('fish', '# %s' )
call tcomment#type#Define('form', {'commentstring': '* %s', 'col': 1})
call tcomment#type#Define('forth', '\ %s' )
Expand Down

0 comments on commit 3f3f598

Please sign in to comment.