Merge pull request #43 from VerKnowSys/master

Added scala comments
This commit is contained in:
Mike West 2011-06-12 05:27:03 -07:00
commit 57be0b7695

View File

@ -250,6 +250,7 @@ class Rocco
:multi => { :start => '=begin', :middle => nil, :end => '=end' }, :multi => { :start => '=begin', :middle => nil, :end => '=end' },
:heredoc => "<<-" :heredoc => "<<-"
}, },
"scala" => C_STYLE_COMMENTS,
"scheme" => { :single => ";;", :multi => nil, :heredoc => nil }, "scheme" => { :single => ";;", :multi => nil, :heredoc => nil },
"xml" => { "xml" => {
:single => nil, :single => nil,