From 93eb82e1bf6d2f2a6b3b0adb85f4ab93cbb766a9 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 14 Mar 2022 03:33:01 -0400 Subject: De-sigil-ification: @ --- lux-mode/lux-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-mode') 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")) -- cgit v1.2.3