branch: externals/company commit 6b66407b6c7e669bc049deb74c42cd99155daeb4 Merge: b2003cf 4ca77f2 Author: Dmitry Gutov <dgu...@yandex.ru> Commit: GitHub <nore...@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"