From b48ea68a83d01903554c7696c77eedaaf1035680 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 12 Jun 2022 00:38:20 -0400 Subject: De-sigil-ification: suffix : [Part 3] --- lux-mode/lux-mode.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index ddaa4b6e2..46ff12893 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -387,7 +387,7 @@ Called by `imenu--generic-function'." ;; Code (code//quotation (altRE "`" "`'" "'" "~" "~\\+" "~!" "~'")) (code//super-quotation (altRE "``" "~~")) - (code//template (altRE "template" "template:")) + (code//template (altRE "with_template" "template")) ;; Miscellaneous (actor (altRE "actor:" "message:" "actor")) (jvm-host (altRE "import" "export" "class:" "interface:" "object" "do_to" "synchronized" "class_for")) @@ -582,9 +582,10 @@ This function also returns nil meaning don't specify the indentation." kvs))) (define-lux-indent - (function 'defun) - (macro 'defun) + ("function" 'defun) + ("macro" 'defun) ("syntax" 'defun) + ("template" 'defun) (import 'defun) (export 'defun) @@ -597,7 +598,6 @@ This function also returns nil meaning don't specify the indentation." (if 1) (cond 0) (loop 1) - (template 'defun) (All 'defun) (Ex 'defun) (Rec 'defun) -- cgit v1.2.3