aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
authorEduardo Julian2022-03-16 08:37:23 -0400
committerEduardo Julian2022-03-16 08:37:23 -0400
commitbf53ee92fc3c33a4885aa227e55d24f7ba3cb2c4 (patch)
tree49683a62ae8e110c62b42a9a6386bb2ddb3c47c6 /lux-mode/lux-mode.el
parentd710d9f4fc098e7c243c8a5f23cd42683f13e07f (diff)
De-sigil-ification: prefix :
Diffstat (limited to 'lux-mode/lux-mode.el')
-rw-r--r--lux-mode/lux-mode.el8
1 files changed, 4 insertions, 4 deletions
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"