aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
authorEduardo Julian2018-05-23 21:23:57 -0400
committerEduardo Julian2018-05-23 21:23:57 -0400
commit717ed15dc264d26a642adf22137fac6d526aff25 (patch)
tree1abb7691dd7f0e980e06055580a51ac1b4fe8337 /lux-mode/lux-mode.el
parent0f32fc8e73681d860d12a5560952ed6640f034f1 (diff)
- Minor improvements.
Diffstat (limited to '')
-rw-r--r--lux-mode/lux-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 663f421cb..c8a3b89e0 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -224,7 +224,7 @@ Called by `imenu--generic-function'."
"word:"
"abstract:"
"unit:" "scale:"
- "function" "case" ":" ":!" ":!!" "undefined" "ident-for"
+ "function" "case" ":" ":!" ":!!" "undefined" "ident-for" "static"
"and" "or"
"char"
"exec" "let" "if" "cond" "do" "be" "open" "loop" "recur" "comment" "for"
@@ -232,7 +232,7 @@ Called by `imenu--generic-function'."
"get@" "set@" "update@" "|>" "|>>" "<|" "<<|" "_$" "$_" "~" "~+" "~!" "~'" "::" ":::"
"|" "&" "->" "All" "Ex" "Rec" "primitive" "$" "type"
"@abstraction" "@representation" "^@representation"
- "^" "^or" "^slots" "^multi" "^~" "^@" "^template" "^open" "^|>" "^code" "^stream&" "^regex"
+ "^" "^or" "^slots" "^multi" "^@" "^template" "^open" "^|>" "^code" "^stream&" "^regex"
"bin" "oct" "hex"
"pre" "post"
"sig" "struct" "derive"