aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2018-07-10 00:24:01 -0400
committerEduardo Julian2018-07-10 00:24:01 -0400
commiteb201f6e669f802650fdf06ea1acb1ef5682297b (patch)
treef8d1fd7dc4b10d46ac0d3ee5ca018f0907060ad0 /lux-mode
parent474c270f548298fc6404e9c53f038b94eba7e997 (diff)
- Re-named "struct:" to "structure:".
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el4
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" "``" "~~"