diff options
author | Eduardo Julian | 2018-07-04 23:39:11 -0400 |
---|---|---|
committer | Eduardo Julian | 2018-07-04 23:39:11 -0400 |
commit | 023874d8cb82f59bf73a7663d7e8e3a1062ae15f (patch) | |
tree | 21e726e4c5d50dcc550ae78fb1d53d6020ef361f /lux-mode | |
parent | 376ed521cd92c2c53f2e9cc3cb16b85b67e2fdea (diff) |
- Removed "alias:" due to the potential for introducing confusion due to having multiple names for the same definitions.
Diffstat (limited to '')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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:" |