From 023874d8cb82f59bf73a7663d7e8e3a1062ae15f Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 4 Jul 2018 23:39:11 -0400 Subject: - Removed "alias:" due to the potential for introducing confusion due to having multiple names for the same definitions. --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index ba14caf6e..6e2a684a4 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:" "alias:" "syntax:" "program:" + "def:" "type:" "macro:" "syntax:" "program:" "sig:" "struct:" "context:" "template:" "class:" "interface:" "poly:" "derived:" -- cgit v1.2.3