module Rouge::Lexers::ObjectiveCCommon

def builtins

def builtins
  @builtins ||= %w(YES NO nil)
end