class Rouge::Lexers::Javascript

def self.constants

def self.constants
  @constants ||= Set.new %w(true false null NaN Infinity undefined)
end