aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 0abd174f2..8cb0fba11 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -373,11 +373,11 @@ Called by `imenu--generic-function'."
"All" "Ex"
"Interface"
"type"))
- (type//checking (altRE ":" ":as" ":let" ":~" ":expected" ":of" ":sharing" ":by_example" ":hole"))
- (type//abstract (altRE "abstract:" ":abstraction" ":representation" ":transmutation" "\\^:representation"))
+ (type//checking (altRE "is" "as" "let" "as_expected" "type_of" "sharing" "by_example" "hole"))
+ (type//abstract (altRE "abstract:" "abstraction" "representation" "transmutation"))
(type//unit (altRE "unit:" "scale:"))
(type//poly (altRE "poly:"))
- (type//dynamic (altRE ":dynamic" "/.:static"))
+ (type//dynamic (altRE "dynamic" "static"))
(type//capability (altRE "capability:"))
;; Data
(data//record (altRE "the" "has" "revised"))
@@ -439,7 +439,7 @@ Called by `imenu--generic-function'."
definition
;; ;;;;;;;;;;;;;;;;;;;;;;
"with_expansions"
- "undefined" "symbol" "static"
+ "undefined" "symbol"
"for"
"io"
"infix"