]> code.delx.au - gnu-emacs-elpa/commitdiff
company-keywords: Support scala-mode
authorDmitry Gutov <dgutov@yandex.ru>
Fri, 19 Jun 2015 21:28:11 +0000 (00:28 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Fri, 19 Jun 2015 21:28:11 +0000 (00:28 +0300)
Closes #367

company-keywords.el

index f426c06ad758e8a97ff6f63f81ca09e86bb8cc38..faab56eaeb297f008334eb2c61f0826a5a9026af 100644 (file)
      "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")
+    (scala-mode
+     "abstract" "case" "catch" "class" "def" "do" "else" "extends" "false"
+     "final" "finally" "for" "forSome" "if" "implicit" "import" "lazy" "match"
+     "new" "null" "object" "override" "package" "private" "protected"
+     "return" "sealed" "super" "this" "throw" "trait" "try" "true" "type" "val"
+     "var" "while" "with" "yield")
     ;; aliases
     (js2-mode . javascript-mode)
     (espresso-mode . javascript-mode)