aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2018-07-09 22:07:41 -0400
committerEduardo Julian2018-07-09 22:07:41 -0400
commit68ad700b2e631f1ba4122fb3fba1a4285625a466 (patch)
treee95c9cc379b3ecee386387f0d91859b00f8ba806 /lux-mode
parent604e6b0bf1a363b0bb03460d1d6512c36f3c8120 (diff)
- Fixes: Part 1.
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 5d42b66b8..a92cb871f 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -225,7 +225,7 @@ Called by `imenu--generic-function'."
"abstract:"
"unit:" "scale:"
"import:"
- ":" ":coerce" ":assume" ":cast" ":share" ":abstraction" ":representation" "^:representation"
+ ":" ":coerce" ":assume" ":cast" ":share" ":abstraction" ":representation" "^:representation" ":~"
"function" "case" "undefined" "ident-for" "static"
"and" "or"
"char"