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

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

[elpa] externals/cape f632114f7d: cape-keyword: Add crystal keywords


From: ELPA Syncer
Subject: [elpa] externals/cape f632114f7d: cape-keyword: Add crystal keywords
Date: Mon, 15 Aug 2022 12:57:23 -0400 (EDT)

branch: externals/cape
commit f632114f7df0dfd53c2147509cc351e5c857df8d
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    cape-keyword: Add crystal keywords
---
 cape-keyword.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/cape-keyword.el b/cape-keyword.el
index 36bcd5aeb9..ae6d481262 100644
--- a/cape-keyword.el
+++ b/cape-keyword.el
@@ -51,6 +51,14 @@
      "float" "for" "goto" "if" "inline" "int" "long" "register" "restrict"
      "return" "short" "signed" "sizeof" "static" "struct" "switch" "typedef"
      "union" "unsigned" "void" "volatile" "while")
+    (crystal-mode ;; https://github.com/crystal-lang/crystal-book "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" "delegate"



reply via email to

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