class Rouge::Lexers::Lutin

def self.word_operators

def self.word_operators
  @word_operators ||= Set.new %w(
     div and xor mod or not nor if then else pre) 
end