class Rouge::Lexers::SuperCollider

def self.constants

def self.constants
  @constants ||= Set.new %w(
    true false nil inf thisThread
    thisMethod thisFunction thisProcess
    thisFunctionDef currentEnvironment
    topEnvironment
  )
end