aboutsummaryrefslogtreecommitdiff
path: root/lux-mode/lux-mode.el
diff options
context:
space:
mode:
authorEduardo Julian2022-11-21 16:40:51 -0400
committerEduardo Julian2022-11-21 16:40:51 -0400
commit224797231a8144f6ead1baab3b4b01a74cab629c (patch)
tree294aaadc4cc8dce8e40041aa318fa84de080002e /lux-mode/lux-mode.el
parentdf0e015145981602b3f97113bcfa586b4f6d0757 (diff)
Added index section to documentation + re-named Primitive -> Nominal
Diffstat (limited to 'lux-mode/lux-mode.el')
-rw-r--r--lux-mode/lux-mode.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index 5418fa683..81e2146de 100644
--- a/lux-mode/lux-mode.el
+++ b/lux-mode/lux-mode.el
@@ -370,7 +370,7 @@ Called by `imenu--generic-function'."
(type//syntax (altRE "Union" "Or" "Variant"
"Tuple" "And" "Record"
"Rec"
- "Primitive" "->"
+ "Nominal" "->"
"All" "Ex"
"Interface"
"type_literal"))
@@ -587,7 +587,6 @@ This function also returns nil meaning don't specify the indentation."
("type" 'defun)
("inlined" 'defun)
("context" 'defun)
- ("primitive" 'defun)
("method" 'defun)
("analysis" 'defun)