From f11afb9d2dfe2d59b41e8056eb8c4ae65268415f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 9 Apr 2022 00:46:03 -0400 Subject: Re-branded "abstract" types as "primitive" types. --- lux-mode/lux-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index ceb7cdabe..f1ddc794a 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -374,7 +374,7 @@ Called by `imenu--generic-function'." "Interface" "type")) (type//checking (altRE "is" "as" "let" "as_expected" "type_of" "sharing" "by_example" "hole")) - (type//abstract (altRE "abstract:" "abstraction" "representation" "transmutation")) + (type//primitive (altRE "primitive:" "abstraction" "representation" "transmutation")) (type//unit (altRE "unit:" "scale:")) (type//poly (altRE "poly:")) (type//dynamic (altRE "dynamic" "static")) @@ -409,7 +409,7 @@ Called by `imenu--generic-function'." control//contract)) (type (altRE type//syntax type//checking - type//abstract + type//primitive type//unit type//poly type//dynamic -- cgit v1.2.3