aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2022-06-14 22:39:09 -0400
committerEduardo Julian2022-06-14 22:39:09 -0400
commitd5d5fcc3a85ef10081772355fc20932b387a35ab (patch)
treeeb9cda1dd67a1f157093e5e0c6adcfd97a676bcd /lux-mode
parentda79da086a028a55130fbbbc5e08ed0ce736ff96 (diff)
De-sigil-ification: suffix : [Part 10]
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 6979865fd..c395fb841 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -375,7 +375,7 @@ Called by `imenu--generic-function'."
"type"))
(type//checking (altRE "is" "as" "let" "as_expected" "type_of" "sharing" "by_example" "hole"))
(type//primitive (altRE "primitive:" "abstraction" "representation" "transmutation"))
- (type//unit (altRE "unit:" "scale:"))
+ (type//unit (altRE "scale:"))
(type//poly (altRE "polytypic"))
(type//dynamic (altRE "dynamic" "static"))
(type//capability (altRE "capability:"))