diff options
Diffstat (limited to '')
-rw-r--r-- | lux-mode/lux-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 4d1e9bbc6..e10d8cfe4 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -334,8 +334,8 @@ Called by `imenu--generic-function'." (type//capability (altRE "capability:")) ;; Data (data//record (altRE "get@" "set@" "update@")) - (data//signature (altRE "open:" "structure" "::")) - (data//implicit (altRE "implicit:" "implicit" ":::")) + (data//signature (altRE "open:" "structure" "\\\\")) + (data//implicit (altRE "implicit:" "implicit" "\\\\\\\\")) (data//collection (altRE "list" "list&" "row" "tree")) ;; Code (code//quotation (altRE "`" "`'" "'" "~" "~\\+" "~!" "~'")) |