Skip to content

Commit

Permalink
Add support for Agda files
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Mar 30, 2020
1 parent b9a075e commit 492ce84
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload/tcomment/types/default.vim
Expand Up @@ -6,6 +6,9 @@

call tcomment#type#Define('aap', '# %s' )
call tcomment#type#Define('ada', '-- %s' )
call tcomment#type#Define('agda', '-- %s' )
call tcomment#type#Define('agda_block', "{-%s-}\n " )
call tcomment#type#Define('agda_inline', '{- %s -}' )
call tcomment#type#Define('autohotkey', '; %s' )
call tcomment#type#Define('apache', '# %s' )
call tcomment#type#Define('applescript', '(* %s *)' )
Expand Down

0 comments on commit 492ce84

Please sign in to comment.