diff options
Diffstat (limited to '')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index cdad49f8b..778e38db6 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -244,7 +244,7 @@ Called by `imenu--generic-function'." "unit:" "scale:" "import:" ":" ":coerce" ":assume" ":of" ":cast" ":share" ":abstraction" ":representation" "^:representation" ":~" - "function" "case" "undefined" "ident-for" "static" + "function" "case" "undefined" "name-for" "static" "and" "or" "char" "exec" "let" "if" "cond" "do" "be" "open:" "loop" "recur" "comment" "for" |