aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2017-10-19 13:40:34 -0400
committerEduardo Julian2017-10-19 13:40:34 -0400
commiteb770f4473a904285ea559279331a93cdb5b7ded (patch)
treeee727995b9215edec8c73a7dbe1516a2c5662b8e /lux-mode
parent6c24a9830cfbf32fbbb6fbfd6f2b7354cb994605 (diff)
- Implemented an more comfortable alternative to "with-expansions".
Diffstat (limited to 'lux-mode')
-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 633c42244..da60f5699 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -227,7 +227,7 @@ Called by `imenu--generic-function'."
"function" "case" ":" ":!" ":!!" "undefined" "ident-for"
"and" "or"
"char"
- "exec" "let" "with-expansions" "if" "cond" "do" "be" "open" "loop" "recur" "comment" "for"
+ "exec" "let" "if" "cond" "do" "be" "open" "loop" "recur" "comment" "for"
"list" "list&" "io" "sequence" "tree"
"get@" "set@" "update@" "|>" "|>." "<|" "<|." "_$" "$_" "~" "~@" "~'" "::" ":::"
"|" "&" "->" "All" "Ex" "Rec" "host" "$" "type"
@@ -237,7 +237,7 @@ Called by `imenu--generic-function'."
"sig" "struct" "derive"
"infix"
"format"
- "`" "`'" "'" "do-template"
+ "`" "`'" "'" "do-template" "with-expansions" "``" "~~"
"object" "do-to" "synchronized" "class-for"
"doc"
"regex"