aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
authorEduardo Julian2022-04-09 00:46:03 -0400
committerEduardo Julian2022-04-09 00:46:03 -0400
commitf11afb9d2dfe2d59b41e8056eb8c4ae65268415f (patch)
treed7f57f5d62ddb58fceec0a827b0047ed70833841 /lux-mode/lux-mode.el
parentab99de20a3d0566a71bf0ef607d9d6e291d7f62a (diff)
Re-branded "abstract" types as "primitive" types.
Diffstat (limited to 'lux-mode/lux-mode.el')
-rw-r--r--lux-mode/lux-mode.el4
1 files changed, 2 insertions, 2 deletions
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