branch: externals/company commit 7404a9e41e7ea87804ea31235b52da12541890c3 Author: Dmitry Safronov <saf.dmi...@gmail.com> Commit: Dmitry Safronov <saf.dmi...@gmail.com>
Add keywords and builtins for sh-mode --- company-keywords.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/company-keywords.el b/company-keywords.el index b40635829c..785a090e14 100644 --- a/company-keywords.el +++ b/company-keywords.el @@ -377,6 +377,11 @@ "new" "null" "object" "override" "package" "private" "protected" "return" "sealed" "super" "this" "throw" "trait" "true" "try" "type" "val" "var" "while" "with" "yield") + (sh-mode + "break" "case" "continue" "do" "done" "elif" "else" "esac" "eval" + "exec" "exit" "export" "false" "fi" "for" "function" "if" "in" "readonly" + "return" "set" "shift" "test" "then" "time" "times" "trap" "true" "unset" + "until" "while") (swift-mode "Protocol" "Self" "Type" "and" "as" "assignment" "associatedtype" "associativity" "available" "break" "case" "catch" "class" "column" "continue"