class Rouge::Lexers::Tulip

def self.detect?(text)

def self.detect?(text)
  return true if text.shebang? 'tulip'
end