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.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 5a7951f57..715632d7c 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -383,7 +383,7 @@ Called by `imenu--generic-function'."
(data//record (altRE "the" "has" "revised"))
(data//interface (altRE "open:" "implementation" "#"))
(data//implicit (altRE "implicit:" "##"))
- (data//collection (altRE "list" "list&" "sequence" "tree"))
+ (data//collection (altRE "list" "partial_list" "sequence" "tree"))
;; Code
(code//quotation (altRE "`" "`'" "'" "~" "~\\+" "~!" "~'"))
(code//super-quotation (altRE "``" "~~"))