From ef042e5a13742aa8cc2bc4cb719cb07fa805ee61 Mon Sep 17 00:00:00 2001 From: Jacqueline Firth Date: Thu, 26 Sep 2024 21:33:49 -0700 Subject: [PATCH] Format `for-syntax` and friends like `require` (#76) Closes #71. --- conventions.rkt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/conventions.rkt b/conventions.rkt index 536c945..5ccb297 100644 --- a/conventions.rkt +++ b/conventions.rkt @@ -450,7 +450,16 @@ (define/record standard-formatter-map #:record all-kws [("if") format-if] - [("provide" "require" "import" "export" "link" "rename") format-require] + [("provide" + "require" + "import" + "export" + "link" + "rename" + "for-syntax" + "for-template" + "for-label") + format-require] [("public" "private" "override" "augment" "inherit" "field" "init") format-require] [("pubment" "public-final" "overment" "override-final" "augride" "augment-final") format-require]