RegexLexer
# File lib/rouge/lexers/make.rb, line 10 def self.analyze_text(text) return 0.6 if text =~ /^\.PHONY:/ end
# File lib/rouge/lexers/make.rb, line 24 def initialize(opts={}) super @shell = Shell.new(opts) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.