aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2018-07-03 18:13:55 -0400
committerEduardo Julian2018-07-03 18:13:55 -0400
commite828bada4bea51931b0c555a98bc5cd677d52e79 (patch)
treec4e245c2e0b7d04495fa7322a656a57f7eb3423b /lux-mode
parentb7b0dd9bd952ede4710da157b40304d714229e04 (diff)
- Re-named ":!!" to ":assume".
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 91232201c..7dfcdecc8 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -224,14 +224,14 @@ Called by `imenu--generic-function'."
"word:"
"abstract:"
"unit:" "scale:"
- "function" "case" ":" ":!" ":!!" "undefined" "ident-for" "static"
+ ":" ":!" ":assume" "@abstraction" "@representation" "^@representation"
+ "function" "case" "undefined" "ident-for" "static"
"and" "or"
"char"
"exec" "let" "if" "cond" "do" "be" "open:" "loop" "recur" "comment" "for"
"list" "list&" "io" "sequence" "tree"
"get@" "set@" "update@" "|>" "|>>" "<|" "<<|" "_$" "$_" "~" "~+" "~!" "~'" "::" ":::"
"|" "&" "->" "All" "Ex" "Rec" "primitive" "$" "type"
- "@abstraction" "@representation" "^@representation"
"^" "^or" "^slots" "^multi" "^@" "^template" "^open" "^|>" "^code" "^stream&" "^regex"
"bin" "oct" "hex"
"pre" "post"