Skip to content

Commit ef042e5

Browse files
authored
Format for-syntax and friends like require (#76)
Closes #71.
1 parent 16bcd99 commit ef042e5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

conventions.rkt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,16 @@
450450

451451
(define/record standard-formatter-map #:record all-kws
452452
[("if") format-if]
453-
[("provide" "require" "import" "export" "link" "rename") format-require]
453+
[("provide"
454+
"require"
455+
"import"
456+
"export"
457+
"link"
458+
"rename"
459+
"for-syntax"
460+
"for-template"
461+
"for-label")
462+
format-require]
454463
[("public" "private" "override" "augment" "inherit" "field" "init") format-require]
455464
[("pubment" "public-final" "overment" "override-final" "augride" "augment-final") format-require]
456465

0 commit comments

Comments
 (0)