diff options
author | Eduardo Julian | 2019-01-30 09:28:51 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-01-30 09:28:51 -0400 |
commit | b6202d7091965f9b4785ef6722fca31474c6c98f (patch) | |
tree | 3e0791d1afbfb6bb9b7725a3aa5bab3e63b1923d /lux-mode | |
parent | a8851787291a0dcf41e28da829299c9102a15643 (diff) |
Tests are now first class.
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 8825438c7..46d0e77fe 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -299,7 +299,7 @@ Called by `imenu--generic-function'." remember ;;;;;;;;;;;;;;;;;;;;;;;; "\\.module:" - "def:" "type:" "program:" "context:" + "def:" "type:" "program:" "macro:" "syntax:" "with-expansions" "exception:" |