diff options
author | Eduardo Julian | 2017-07-02 12:29:36 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-07-02 12:29:36 -0400 |
commit | 38d5f05977c54770195129df5ede2c91be4a32af (patch) | |
tree | 891069a1db8e827294a980ec55a2638881adb754 /lux-mode | |
parent | c6a107d54f20a57dff4b8e26b07d8eac15982c91 (diff) |
- Lux no longer has a Char primitive data-type.
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 4c4aff505..9fd8a5d03 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -224,6 +224,7 @@ Called by `imenu--generic-function'." "word:" "function" "case" ":" ":!" ":!!" "undefined" "ident-for" "and" "or" + "char" "exec" "let" "with-expansions" "if" "cond" "do" "be" "open" "loop" "recur" "comment" "list" "list&" "io" "vector" "tree" "get@" "set@" "update@" "|>" "|>." "<|" "<|." "_$" "$_" "~" "~@" "~'" "::" ":::" "default" "|" "&" "->" "All" "Ex" "Rec" "host" "$" "type" @@ -236,7 +237,7 @@ Called by `imenu--generic-function'." "`" "`'" "'" "do-template" "object" "jvm-import" "do-to" "with-open" "synchronized" "class-for" "doc" - "|E" "|F" "|H" "effect:" "handler:" "with-handler" "doE" "lift" + "|E" "|F" "|H" "effect:" "handler:" "with-handler" "doE" "regex" "seq" ) t) "\\>") |