class Rouge::Lexers::Rego

def self.constants

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