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

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

[elpa] externals/cape f360464007: cape-keyword: Add erlang-mode


From: ELPA Syncer
Subject: [elpa] externals/cape f360464007: cape-keyword: Add erlang-mode
Date: Fri, 19 Aug 2022 13:57:20 -0400 (EDT)

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

    cape-keyword: Add erlang-mode
---
 cape-keyword.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cape-keyword.el b/cape-keyword.el
index ae6d481262..bdc5106052 100644
--- a/cape-keyword.el
+++ b/cape-keyword.el
@@ -85,6 +85,10 @@
      "super" "switch" "synchronized" "template" "this" "throw" "true" "try"
      "typedef" "typeid" "typeof" "ubyte" "ucent" "uint" "ulong" "union"
      "unittest" "ushort" "version" "void" "volatile" "wchar" "while" "with")
+    (erlang-mode ;; 
https://www.erlang.org/docs/20/reference_manual/introduction.html
+     "after" "and" "andalso" "band" "begin" "bnot" "bor" "bsl" "bsr" "bxor"
+     "case" "catch" "cond" "div" "end" "fun" "if" "let" "not" "of" "or" 
"orelse"
+     "receive" "rem" "try" "when" "xor")
     (f90-mode ;; f90.el
      "abs" "abstract" "achar" "acos" "adjustl" "adjustr" "aimag" "aint" "align"
      "all" "all_prefix" "all_scatter" "all_suffix" "allocatable" "allocate"



reply via email to

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