From eb201f6e669f802650fdf06ea1acb1ef5682297b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Tue, 10 Jul 2018 00:24:01 -0400 Subject: - Re-named "struct:" to "structure:". --- lux-mode/lux-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-mode') 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" "``" "~~" -- cgit v1.2.3