Skip to content

Commit

Permalink
Add Maude filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusmb committed Jan 14, 2020
1 parent 239c0c0 commit 9efe200
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/tcomment/types/default.vim
Expand Up @@ -127,6 +127,7 @@ call tcomment#type#Define('lua_block', "--[[%s--]]\n" )
call tcomment#type#Define('lua_inline', '--[[%s --]]' )
call tcomment#type#Define('lynx', '# %s' )
call tcomment#type#Define('m4', 'dnl %s' )
call tcomment#type#Define('maude', '--- %s' )
call tcomment#type#Define('mail', '> %s' )
call tcomment#type#Define('make', '# %s' )
call tcomment#type#Define('markdown', '<!-- %s -->' )
Expand Down

0 comments on commit 9efe200

Please sign in to comment.