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

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

[elpa] externals/company 7ae456c 1/3: add keywords for lua mode


From: ELPA Syncer
Subject: [elpa] externals/company 7ae456c 1/3: add keywords for lua mode
Date: Mon, 9 Aug 2021 09:57:09 -0400 (EDT)

branch: externals/company
commit 7ae456cf76e04b5141f7b72e9ba3ed0ac681a8c7
Author: yuchunzhou <chunzhou.yu@qq.com>
Commit: yuchunzhou <chunzhou.yu@qq.com>

    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..5cc5f5e 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]