diff options
author | Eduardo Julian | 2017-06-21 23:33:30 -0400 |
---|---|---|
committer | Eduardo Julian | 2017-06-21 23:33:30 -0400 |
commit | 7ec94b1b83e7a3bf82d91c0c6a7915264c556590 (patch) | |
tree | 41f183969a4e4c48577de4f1e8db4ba6dae61863 | |
parent | 1a7aa7e3ed6fae612d2b22eacc5805bd786efdd9 (diff) |
- Forgot to commit the change in lux-mode when renaming "test:" to "context:".
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 a7a2b3466..281b501bd 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -214,7 +214,7 @@ Called by `imenu--generic-function'." (,(concat "(" (regexp-opt - '(";module:" "def:" "type:" "sig:" "struct:" "macro:" "syntax:" "program:" "poly:" "derived:" "actor:" "test:" "template:" "class:" "interface:" "model:" + '(";module:" "def:" "type:" "sig:" "struct:" "macro:" "syntax:" "program:" "poly:" "derived:" "actor:" "context:" "template:" "class:" "interface:" "model:" "exception:" "function" "case" ":" ":!" ":!!" "undefined" "ident-for" "and" "or" |