From 5b36c00da8a21c5d70adec4b50ef573e12dc5cf8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 11 Jun 2022 00:10:52 -0400 Subject: De-sigil-ification: : [Part 2] --- 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 593eeb87b..ddaa4b6e2 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -399,7 +399,7 @@ Called by `imenu--generic-function'." (definition (altRE "\\.using" "def:" "type:" "program:" "inline:" "implementation:" - "macro" "syntax:" + "macro" "syntax" "exception:" "word:" "analysis:" "synthesis:" "generation:" "directive:"))) @@ -584,6 +584,7 @@ This function also returns nil meaning don't specify the indentation." (define-lux-indent (function 'defun) (macro 'defun) + ("syntax" 'defun) (import 'defun) (export 'defun) -- cgit v1.2.3