branch: externals/company commit 7ae456cf76e04b5141f7b72e9ba3ed0ac681a8c7 Author: yuchunzhou <chunzhou...@qq.com> Commit: yuchunzhou <chunzhou...@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"