diff options
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 16609262b..65aa29b33 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -264,7 +264,7 @@ Called by `imenu--generic-function'." (code//super-quotation (altRE "``" "~~")) (code//template (altRE "template" "template:")) ;; Miscellaneous - (actor (altRE "actor:" "message:" "on:")) + (actor (altRE "actor:" "message:" "actor")) (jvm-host (altRE "class:" "interface:" "import:" "object" "do-to" "synchronized" "class-for")) (alternative-format (altRE "char" "bin" "oct" "hex")) (documentation (altRE "doc" "comment")) |