From 00ed26fb60eeec23f614542f8453343c6280df48 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 14 Jun 2021 19:23:12 +0200 Subject: [PATCH] More indentation configurations --- syndicate/syntax.rkt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/syndicate/syntax.rkt b/syndicate/syntax.rkt index 5e55c65..c45e8b8 100644 --- a/syndicate/syntax.rkt +++ b/syndicate/syntax.rkt @@ -355,6 +355,8 @@ ;;; eval: (put 'at 'racket-indent-function 1) ;;; eval: (put 'object 'racket-indent-function 0) ;;; eval: (put 'react 'racket-indent-function 0) +;;; eval: (put 'send! 'racket-indent-function 1) +;;; eval: (put 'sync! 'racket-indent-function 1) ;;; eval: (put 'spawn 'racket-indent-function 0) ;;; eval: (put 'stop-when 'racket-indent-function 1) ;;; eval: (put 'stop-when-true 'racket-indent-function 1)