lib/ruco/syntax_parser.rb in ruco-0.2.4 vs lib/ruco/syntax_parser.rb in ruco-0.2.5
- old
+ new
@@ -1,9 +1,8 @@
module Ruco
module SyntaxParser
# textpow only offers certain syntax
TEXTPOW_CONVERT = {
- 'scss' => 'source.sass',
'html+erb' => 'text.html.ruby',
'rhtml' => 'text.html.ruby',
}
def self.syntax_for_line(line, languages)