aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lux-mode/lux-mode.el')
-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 ff17f0a44..5018e8894 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -363,7 +363,7 @@ Called by `imenu--generic-function'."
(specialRE (let (;; Control
(control//flow (altRE "case" "exec" "let" "if" "cond" "loop" "again" "do" "be"))
(control//pattern-matching (altRE "\\^" "\\^or"
- "\\^multi" "\\^@" "\\^template"
+ "\\^multi" "\\^let" "\\^template"
"\\^open" "\\^|>" "\\^code"
"\\^stream&" "\\^regex"))
(control//logic (altRE "and" "or"))
@@ -383,7 +383,7 @@ Called by `imenu--generic-function'."
(type//dynamic (altRE ":dynamic" "/.:static"))
(type//capability (altRE "capability:"))
;; Data
- (data//record (altRE "value@" "with@" "revised@"))
+ (data//record (altRE "the" "has" "revised"))
(data//interface (altRE "open:" "implementation" "#"))
(data//implicit (altRE "implicit:" "##"))
(data//collection (altRE "list" "list&" "sequence" "tree"))