From bf53ee92fc3c33a4885aa227e55d24f7ba3cb2c4 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 16 Mar 2022 08:37:23 -0400 Subject: De-sigil-ification: prefix : --- lux-mode/lux-mode.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-mode/lux-mode.el') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 0abd174f2..8cb0fba11 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -373,11 +373,11 @@ Called by `imenu--generic-function'." "All" "Ex" "Interface" "type")) - (type//checking (altRE ":" ":as" ":let" ":~" ":expected" ":of" ":sharing" ":by_example" ":hole")) - (type//abstract (altRE "abstract:" ":abstraction" ":representation" ":transmutation" "\\^:representation")) + (type//checking (altRE "is" "as" "let" "as_expected" "type_of" "sharing" "by_example" "hole")) + (type//abstract (altRE "abstract:" "abstraction" "representation" "transmutation")) (type//unit (altRE "unit:" "scale:")) (type//poly (altRE "poly:")) - (type//dynamic (altRE ":dynamic" "/.:static")) + (type//dynamic (altRE "dynamic" "static")) (type//capability (altRE "capability:")) ;; Data (data//record (altRE "the" "has" "revised")) @@ -439,7 +439,7 @@ Called by `imenu--generic-function'." definition ;; ;;;;;;;;;;;;;;;;;;;;;; "with_expansions" - "undefined" "symbol" "static" + "undefined" "symbol" "for" "io" "infix" -- cgit v1.2.3