Class Rouge::Lexers::Haml
In: lib/rouge/lexers/haml.rb
Parent: RegexLexer

A lexer for the Haml templating system for Ruby. @see haml.info

Methods

analyze_text   html   new   ruby   ruby!  

Included Modules

Indentation

Attributes

filters  [R] 

Public Class methods

@option opts :filters

  A hash of filter name to lexer of how various filters should be
  highlighted.  By default, :javascript, :css, :ruby, and :erb
  are supported.

Public Instance methods

[Validate]