branch: externals/company
commit 41f07c7d401c1374a76f3004a3448d3d36bdf347
Merge: eef2f451c9 7404a9e41e
Author: Dmitry Gutov <dmi...@gutov.dev>
Commit: GitHub <nore...@github.com>

    Merge pull request #1514 from saf-dmitry/keywords-sh-mode
    
    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"

Reply via email to