class Rouge::Lexers::SQF

def self.wordoperators

def self.wordoperators
  @wordoperators ||= Set.new %w(
    and or not
  )
end