aboutsummaryrefslogtreecommitdiff
path: root/lux-mode
diff options
context:
space:
mode:
authorEduardo Julian2018-07-10 00:09:34 -0400
committerEduardo Julian2018-07-10 00:09:34 -0400
commit474c270f548298fc6404e9c53f038b94eba7e997 (patch)
treec00a759fe5686b3151439fd019876300e754c807 /lux-mode
parent25c48836e80dcaed6c2cbb11a14d3353da37620e (diff)
- Re-named "sig:" to "signature:".
Diffstat (limited to 'lux-mode')
-rw-r--r--lux-mode/lux-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el
index a92cb871f..685ed658a 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:"
- "sig:" "struct:" "context:" "template:"
+ "signature:" "struct:" "context:" "template:"
"class:" "interface:"
"poly:" "derived:"
"actor:" "message:" "on:"