diff options
Diffstat (limited to '')
-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 15c24490d..a254c1ad2 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -215,7 +215,7 @@ Called by `imenu--generic-function'." "(" (regexp-opt '(".module:" - "def:" "type:" "macro:" "syntax:" "program:" + "def:" "type:" "macro:" "alias:" "syntax:" "program:" "sig:" "struct:" "context:" "template:" "class:" "interface:" "poly:" "derived:" |