Class Rouge::TemplateLexer
In: lib/rouge/template_lexer.rb
Parent: RegexLexer

@abstract A TemplateLexer is one that accepts a :parent option, to specify which language is being templated. The lexer class can specify its own default for the parent lexer, which is otherwise defaulted to HTML.

Methods

parent  

Public Instance methods

the parent lexer - the one being templated.

[Validate]