diff options
author | Eduardo Julian | 2022-06-14 22:39:09 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-14 22:39:09 -0400 |
commit | d5d5fcc3a85ef10081772355fc20932b387a35ab (patch) | |
tree | eb9cda1dd67a1f157093e5e0c6adcfd97a676bcd /lux-mode | |
parent | da79da086a028a55130fbbbc5e08ed0ce736ff96 (diff) |
De-sigil-ification: suffix : [Part 10]
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
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:")) |