diff options
author | Eduardo Julian | 2021-09-15 20:45:48 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-15 20:45:48 -0400 |
commit | c234d5d25331d6ed3b9455ce8c93ec4d34402f91 (patch) | |
tree | 29148102b8881e037dfa74c3386fdde496025a07 /lux-mode | |
parent | 4f4656b278c6f9dfbdd15d5d9bc86d63c5b44333 (diff) |
"Row" => "Sequence"
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 53be61cdb..f2f9bee78 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -386,7 +386,7 @@ Called by `imenu--generic-function'." (data//record (altRE "value@" "with@" "revised@")) (data//interface (altRE "open:" "implementation" "#")) (data//implicit (altRE "implicit:" "##")) - (data//collection (altRE "list" "list&" "row" "tree")) + (data//collection (altRE "list" "list&" "sequence" "tree")) ;; Code (code//quotation (altRE "`" "`'" "'" "~" "~\\+" "~!" "~'")) (code//super-quotation (altRE "``" "~~")) |