diff options
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 685ed658a..936b261a7 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -216,7 +216,7 @@ Called by `imenu--generic-function'." (regexp-opt '(".module:" "def:" "type:" "macro:" "syntax:" "program:" - "signature:" "struct:" "context:" "template:" + "signature:" "structure:" "context:" "template:" "class:" "interface:" "poly:" "derived:" "actor:" "message:" "on:" @@ -236,7 +236,7 @@ Called by `imenu--generic-function'." "^" "^or" "^slots" "^multi" "^@" "^template" "^open" "^|>" "^code" "^sequence&" "^regex" "bin" "oct" "hex" "pre" "post" - "sig" "struct" "derive" + "structure" "derive" "infix" "format" "`" "`'" "'" "do-template" "with-expansions" "``" "~~" |