diff options
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |