branch: externals/company commit 4ca77f2dcac1195f7918acb4b07a9f0b085f72eb Author: yuchunzhou <chunzhou...@qq.com> Commit: yuchunzhou <chunzhou...@qq.com>
update --- company-keywords.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-keywords.el b/company-keywords.el index 5cc5f5e..0bb17ef 100644 --- a/company-keywords.el +++ b/company-keywords.el @@ -182,7 +182,7 @@ "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" + "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"