From 94c0bc5d12ed44540543bd6772d357baeb32bb45 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Jun 2022 18:28:30 -0400 Subject: De-sigil-ification: suffix : [Part 5] --- lux-mode/lux-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 0581193ef..62bcb2fad 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -389,7 +389,7 @@ Called by `imenu--generic-function'." (code//super-quotation (altRE "``" "~~")) (code//template (altRE "with_template" "template")) ;; Miscellaneous - (actor (altRE "actor:" "message:" "actor")) + (actor (altRE "actor:" "message" "actor")) (jvm-host (altRE "import" "export" "class:" "interface:" "object" "do_to" "synchronized" "class_for")) (alternative-format (altRE "char" "bin" "oct" "hex")) (documentation (altRE "comment" "documentation:")) @@ -585,6 +585,7 @@ This function also returns nil meaning don't specify the indentation." ("macro" 'defun) ("syntax" 'defun) ("template" 'defun) + ("message" 'defun) ("analysis" 'defun) ("synthesis" 'defun) -- cgit v1.2.3