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

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

[elpa] externals/company 6b66407 3/3: Merge pull request #1163 from yuch


From: ELPA Syncer
Subject: [elpa] externals/company 6b66407 3/3: Merge pull request #1163 from yuchunzhou/master
Date: Mon, 9 Aug 2021 09:57:09 -0400 (EDT)

branch: externals/company
commit 6b66407b6c7e669bc049deb74c42cd99155daeb4
Merge: b2003cf 4ca77f2
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1163 from yuchunzhou/master
    
    Add keywords for lua mode
---
 company-keywords.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/company-keywords.el b/company-keywords.el
index 2c535a8..0bb17ef 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -180,6 +180,10 @@
      "internal" "is" "lateinit" "nested" "null" "object" "open" "out" 
"override"
      "package" "private" "protected" "public" "return" "super" "this" "throw"
      "trait" "true" "try" "typealias" "val" "var" "when" "while")
+    (lua-mode
+     ;; https://www.lua.org/manual/5.3/manual.html
+     "and" "break" "do" "else" "elseif" "end" "false" "for" "function" "goto" 
"if"
+     "in" "local" "nil" "not" "or" "repeat" "return" "then" "true" "until" 
"while")
     (objc-mode
      "@catch" "@class" "@encode" "@end" "@finally" "@implementation"
      "@interface" "@private" "@protected" "@protocol" "@public"



reply via email to

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