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

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

[elpa] externals/company 09bb128cc0 4/4: Merge pull request #1338 from z


From: ELPA Syncer
Subject: [elpa] externals/company 09bb128cc0 4/4: Merge pull request #1338 from zw963/master
Date: Sun, 14 Aug 2022 07:57:22 -0400 (EDT)

branch: externals/company
commit 09bb128cc040e93e2fdd5c52cb9a806d2ed6e174
Merge: e693b62b6e cfc759a749
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: GitHub <noreply@github.com>

    Merge pull request #1338 from zw963/master
    
    Add Crystal-mode into company-keywords
---
 company-keywords.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/company-keywords.el b/company-keywords.el
index 40b99e90f3..df5402451c 100644
--- a/company-keywords.el
+++ b/company-keywords.el
@@ -69,6 +69,15 @@
      "int" "long" "register" "restrict" "return" "short" "signed" "sizeof"
      "static" "struct" "switch" "typedef" "union" "unsigned" "void" "volatile"
      "while")
+    (crystal-mode
+     ;; from 
https://github.com/crystal-lang/crystal-book/issues/124#issuecomment-1008311227
+    "abstract" "alias" "annotation" "as" "as?" "asm" "begin" "break" "case" 
"class"
+    "def" "do" "else" "elsif" "end" "ensure" "enum" "extend" "false" "for" 
"fun"
+    "if" "in" "include" "instance_sizeof" "is_a?" "lib" "macro" "module" "next"
+    "nil" "nil?" "of" "offsetof" "out" "pointerof" "private" "protected" 
"require"
+    "rescue" "responds_to?" "return" "select" "self" "sizeof" "struct" "super"
+    "then" "true" "type" "typeof" "uninitialized" "union" "unless" "until" 
"verbatim"
+    "when" "while" "with" "yield")
     (csharp-mode
      "abstract" "add" "alias" "as" "base" "bool" "break" "byte" "case"
      "catch" "char" "checked" "class" "const" "continue" "decimal" "default"



reply via email to

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