diff options
Diffstat (limited to '')
-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 d416c3b25..33bc0d736 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -335,7 +335,7 @@ Called by `imenu--generic-function'." ;; Data (data//record (altRE "get@" "set@" "update@")) (data//signature (altRE "open:" "structure" "\\\\")) - (data//implicit (altRE "implicit:" "implicit" "\\\\\\\\")) + (data//implicit (altRE "implicit:" "\\\\\\\\")) (data//collection (altRE "list" "list&" "row" "tree")) ;; Code (code//quotation (altRE "`" "`'" "'" "~" "~\\+" "~!" "~'")) |