class Rouge::Lexers::BIML

def self.detect?(text)

def self.detect?(text)
  return true if text =~ /<\s*Biml\b/
end