emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/company 4d65fa1cdc 1/3: add nim programming language ke


From: ELPA Syncer
Subject: [elpa] externals/company 4d65fa1cdc 1/3: add nim programming language keywords to company-keywords.el
Date: Thu, 14 Jul 2022 09:57:31 -0400 (EDT)

branch: externals/company
commit 4d65fa1cdc0b0366e4d089c80ecd9147c52929e2
Author: yuchunzhou <909655299@qq.com>
Commit: yuchunzhou <909655299@qq.com>

    add nim programming language keywords to company-keywords.el
---
 company-keywords.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/company-keywords.el b/company-keywords.el
index 0065afb817..7efc4bd1cd 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -193,6 +193,15 @@
      ;; 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")
+    (nim-mode
+     ;; 
https://nim-lang.org/docs/manual.html#lexical-analysis-identifiers-amp-keywords
+     "addr" "and" "as" "asm" "bind" "block" "break" "case" "cast" "concept" 
"const" "continue"
+     "converter" "defer" "discard" "distinct" "div" "do" "elif" "else" "end" 
"enum" "except"
+     "export" "finally" "for" "from" "func" "if" "import" "in" "include" 
"interface" "is" "isnot"
+     "iterator" "let" "macro" "method" "mixin" "mod" "nil" "not" "notin" 
"object" "of" "or" "out"
+     "proc" "ptr" "raise" "ref" "return" "shl" "shr" "static" "template" "try" 
"tuple" "type"
+     "using" "var" "when" "while" "xor" "yield"
+     )
     (objc-mode
      "@catch" "@class" "@encode" "@end" "@finally" "@implementation"
      "@interface" "@private" "@protected" "@protocol" "@public"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]