Skip to content

Commit

Permalink
Format for-syntax and friends like require (#76)
Browse files Browse the repository at this point in the history
Closes #71.
  • Loading branch information
jackfirth authored Sep 27, 2024
1 parent 16bcd99 commit ef042e5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion conventions.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down

0 comments on commit ef042e5

Please sign in to comment.