diff options
author | Eduardo Julian | 2018-07-03 18:13:55 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-03 18:13:55 -0400 |
commit | e828bada4bea51931b0c555a98bc5cd677d52e79 (patch) | |
tree | c4e245c2e0b7d04495fa7322a656a57f7eb3423b /lux-mode | |
parent | b7b0dd9bd952ede4710da157b40304d714229e04 (diff) |
- Re-named ":!!" to ":assume".
Diffstat (limited to '')
-rw-r--r-- | lux-mode/lux-mode.el | 4 |
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" |