From c94372370a129c8b8ebc94cca2a9e4aefd71d646 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Thu, 3 Aug 2017 20:08:49 -0400 Subject: - Added "on:" syntax for spaces. --- lux-mode/lux-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lux-mode') diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index 029786a3e..f93281d44 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -219,7 +219,7 @@ Called by `imenu--generic-function'." "sig:" "struct:" "context:" "template:" "class:" "interface:" "poly:" "derived:" - "actor:" "message:" + "actor:" "message:" "on:" "exception:" "word:" "model:" @@ -345,7 +345,7 @@ This function also returns nil meaning don't specify the indentation." (1+ (current-column))) ((or (eq method 'defun) (and (null method) - (> (length function) 3) + (> (length function) 2) (string-match "\\`\\(?:\\S +/\\)?\\(\\w+:\\|\\(\\w*;\\)?with-\\)" function))) (lisp-indent-defform state indent-point)) -- cgit v1.2.3