lib/rouge/lexers/haml.rb in rouge-1.7.7 vs lib/rouge/lexers/haml.rb in rouge-1.8.0

- old
+ new

@@ -5,9 +5,10 @@ # A lexer for the Haml templating system for Ruby. # @see http://haml.info class Haml < RegexLexer include Indentation + title "Haml" desc "The Haml templating system for Ruby (haml.info)" tag 'haml' aliases 'HAML'