class Rouge::Lexers::Cypher

def self.predicates

def self.predicates
  @predicates ||= Set.new %w(
    ALL AND ANY CONTAINS EXISTS HAS IN NONE NOT OR SINGLE XOR
  )
end