diff options
author | Eduardo Julian | 2022-01-24 23:38:55 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-01-24 23:38:55 -0400 |
commit | 9a08039adfe40f76b9d5a5351005671c15b557bf (patch) | |
tree | f7d72bd0beb1576018abb4ee6774b8f19d2ea243 /lux-mode | |
parent | 6f55815f7f237df406e72c7a723055bb6238fce5 (diff) |
Added explicit function inlining.
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 c3c9e8ec2..b41c3848a 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -400,7 +400,7 @@ Called by `imenu--generic-function'." (function-definition (altRE "function" "|>>" "<<|" "||>")) (remember (altRE "remember" "to_do" "fix_me")) (definition (altRE "\\.using" - "def:" "type:" "program:" + "def:" "type:" "program:" "inline:" "implementation:" "macro:" "syntax:" "exception:" |