Skip to content

Commit

Permalink
Adds Scala support
Browse files Browse the repository at this point in the history
  • Loading branch information
bak committed Dec 31, 2012
1 parent dddd85d commit 0c6b7a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions autoload/tcomment.vim
Expand Up @@ -377,6 +377,9 @@ call tcomment#DefineType('ruby_nodoc_block', "=begin%s=end" )
call tcomment#DefineType('r', '# %s' )
call tcomment#DefineType('samba', '# %s' )
call tcomment#DefineType('sbs', "' %s" )
call tcomment#DefineType('scala', '// %s' )
call tcomment#DefineType('scala_inline', g:tcommentInlineC )
call tcomment#DefineType('scala_block', g:tcommentBlockC )
call tcomment#DefineType('scheme', '; %s' )
call tcomment#DefineType('scss', '// %s' )
call tcomment#DefineType('scss_inline', g:tcommentInlineC )
Expand Down

0 comments on commit 0c6b7a9

Please sign in to comment.