diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-08-19 19:10:22 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-08-19 19:10:22 +0200 |
| commit | f360464007386b36952b4c3ba0a977f056d0ee19 (patch) | |
| tree | 587b3da9b557ff9fa7fe45768573fc5d3958aa5d | |
| parent | f632114f7df0dfd53c2147509cc351e5c857df8d (diff) | |
cape-keyword: Add erlang-mode
| -rw-r--r-- | cape-keyword.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cape-keyword.el b/cape-keyword.el index ae6d481..bdc5106 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" |
