TemplateLexer
# File lib/rouge/lexers/erb.rb, line 11 def self.analyze_text(text) return 0.4 if text =~ /<%.*%>/ end
# File lib/rouge/lexers/erb.rb, line 15 def initialize(opts={}) @ruby_lexer = Ruby.new(opts) super(opts) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.