]> code.delx.au - gnu-emacs-elpa/blobdiff - company-keywords.el
company-keywords-alist: add missing question mark
[gnu-emacs-elpa] / company-keywords.el
index 750540cda898bceb8fecb22bda6bab94f2ebb69f..461fdf6b04ec4b506073c945a7e7c952224bd737 100644 (file)
      "except" "exec" "finally" "for" "from" "global" "if" "import" "in" "is"
      "lambda" "not" "or" "pass" "print" "raise" "return" "try" "while" "yield")
     (ruby-mode
-     "BEGIN" "END" "alias" "and"  "begin" "break" "case" "class" "def" "defined"
+     "BEGIN" "END" "alias" "and"  "begin" "break" "case" "class" "def" "defined?"
      "do" "else" "elsif"  "end" "ensure" "false" "for" "if" "in" "module"
      "next" "nil" "not" "or" "redo" "rescue" "retry" "return" "self" "super"
      "then" "true" "undef" "unless" "until" "when" "while" "yield")