From b8681fd206d5b5076b9737ee54f0cb0405a898d6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 14 Mar 2022 01:09:08 -0400 Subject: Can now add type-vars to imported procedures from scripting languages. --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 016c0170c..ff17f0a44 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -461,7 +461,7 @@ Called by `imenu--generic-function'." in-module in-local)) (typeRE (concat global_prefix (+class identifier_h|type) (-class identifier_t) "*")) - (labelRE (concat global_prefix (+class identifier_h|label) (-class identifier_t) "*")) + (labelRE (concat global_prefix (+class identifier_h|label) (-class identifier_t) "+")) (literalRE (altRE bitRE ;; Bit literals natRE ;; Nat literals int&fracRE ;; Int literals && Frac literals -- cgit v1.2.3