class Rouge::Lexers::SuperCollider

def self.reserved

of the time
them as such because it makes things clearer 99%
these aren't technically keywords, but we treat
def self.reserved
  @reserved ||= Set.new %w(
    case do for forBy loop if while new newCopyArgs
  )
end