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

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

[elpa] externals/company 890797d3d7 3/3: Merge pull request #1328 from y


From: ELPA Syncer
Subject: [elpa] externals/company 890797d3d7 3/3: Merge pull request #1328 from yuchunzhou/master
Date: Thu, 14 Jul 2022 09:57:31 -0400 (EDT)

branch: externals/company
commit 890797d3d7ca9c6703aac11753dd1513de67d46d
Merge: 1490c235b9 7b45c29de6
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1328 from yuchunzhou/master
    
    Add nim programming language keywords to company-keywords.el
---
 company-keywords.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/company-keywords.el b/company-keywords.el
index 0065afb817..8c05ea0c99 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -193,6 +193,14 @@
      ;; 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]