From fb46beb8bd784ba92949bf2c535dc13c2f003ef0 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 25 Jun 2022 20:24:43 -0400 Subject: De-sigil-ification: suffix : [Part 15] --- lux-mode/lux-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 5877a72f4..000cb4aaa 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -372,7 +372,7 @@ Called by `imenu--generic-function'." "Primitive" "->" "All" "Ex" "Interface" - "type")) + "type_literal")) (type//checking (altRE "is" "as" "let" "as_expected" "type_of" "sharing" "by_example" "hole")) (type//primitive (altRE "primitive" "abstraction" "representation" "transmutation")) (type//poly (altRE "polytypic")) @@ -396,7 +396,7 @@ Called by `imenu--generic-function'." (remember (altRE "remember" "to_do" "fix_me")) (extension (altRE "analysis" "synthesis" "generation" "directive")) (definition (altRE "\\.require" - "def" "inlined" "type:" "program:" + "def" "inlined" "type" "program:" "macro" "syntax" "exception:"))) (let ((control (altRE control//flow @@ -584,6 +584,7 @@ This function also returns nil meaning don't specify the indentation." ("polytypic" 'defun) ("def" 'defun) + ("type" 'defun) ("inlined" 'defun) ("context" 'defun) ("primitive" 'defun) -- cgit v1.2.3