emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 9c8364d 049/173: company-keywords: Support scala-mode


From: Dmitry Gutov
Subject: [elpa] master 9c8364d 049/173: company-keywords: Support scala-mode
Date: Thu, 23 Jun 2016 00:28:37 +0000 (UTC)

branch: master
commit 9c8364d51f542c0ee9d47806d43bcc13fd7f60a1
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    company-keywords: Support scala-mode
    
    Closes #367
---
 company-keywords.el |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/company-keywords.el b/company-keywords.el
index f426c06..faab56e 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -207,6 +207,12 @@
      "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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]