diff options
author | Eduardo Julian | 2022-06-15 20:12:02 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-06-15 20:12:02 -0400 |
commit | 38328f38b6904a884411835afa0066d0f9c503e7 (patch) | |
tree | aa7fe821e9015e4646abb2340fe6bd54ae466898 /lux-mode | |
parent | bb16d7e4a3307cc9540f368cf5c354a72af8ec61 (diff) |
De-sigil-ification: suffix : [Part 11]
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index c395fb841..6af131eec 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -375,7 +375,6 @@ 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 "scale:")) (type//poly (altRE "polytypic")) (type//dynamic (altRE "dynamic" "static")) (type//capability (altRE "capability:")) @@ -407,7 +406,6 @@ Called by `imenu--generic-function'." (type (altRE type//syntax type//checking type//primitive - type//unit type//poly type//dynamic type//capability)) |