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

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

[elpa] externals/company cfc759a749 1/4: Add Crystal-mode into company-k


From: ELPA Syncer
Subject: [elpa] externals/company cfc759a749 1/4: Add Crystal-mode into company-keywords
Date: Sun, 14 Aug 2022 07:57:22 -0400 (EDT)

branch: externals/company
commit cfc759a7497fadc6d6b0f3814384a02c904e3728
Author: Billy.Zheng <vil963@gmail.com>
Commit: Billy.Zheng <vil963@gmail.com>

    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]