class Rouge::Lexers::ECL

def self.typed

def self.typed
  @typed ||= Set.new %w(
    data string qstring varstring varunicode unicode utf8
  )
end