diff options
author | Eduardo Julian | 2021-09-15 21:22:09 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-09-15 21:22:09 -0400 |
commit | a8536d6f44345d7ef86cdc9c67e6efbe80f024de (patch) | |
tree | 6ea9c4dc2abb4484ddc6e9b2b578250758a1d99e /lux-mode | |
parent | c234d5d25331d6ed3b9455ce8c93ec4d34402f91 (diff) |
"module:" => "using"
Diffstat (limited to 'lux-mode')
-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 f2f9bee78..c3c9e8ec2 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -399,7 +399,7 @@ Called by `imenu--generic-function'." (function-application (altRE "|>" "<|" "_\\$" "\\$_")) (function-definition (altRE "function" "|>>" "<<|" "||>")) (remember (altRE "remember" "to_do" "fix_me")) - (definition (altRE "\\.module:" + (definition (altRE "\\.using" "def:" "type:" "program:" "implementation:" "macro:" "syntax:" |