class Rouge::Lexers::Slim

def self.analyze_text(text)

def self.analyze_text(text)
  return 1 if text.start_with? 'doctype'
  return 1 if text =~ /(\*)(\{.+?\})/ # Contans a hash splat
end