Skip to content

Commit

Permalink
Format for/set and friends correctly
Browse files Browse the repository at this point in the history
Fixes #64.
  • Loading branch information
jackfirth authored and sorawee committed Aug 22, 2024
1 parent c33ed62 commit baa865c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions conventions.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,31 @@
[("for/hasheq" "for*/hasheq") (format-for-like 1)]
[("for/hasheqv" "for*/hasheqv") (format-for-like 1)]
[("for/vector" "for*/vector") (format-for-like 1)]
[("for/set"
"for/seteq"
"for/seteqv"
"for/setalw"
"for/mutable-set"
"for/mutable-seteq"
"for/mutable-seteqv"
"for/mutable-setalw"
"for/weak-set"
"for/weak-seteq"
"for/weak-seteqv"
"for/weak-setalw"
"for*/set"
"for*/seteq"
"for*/seteqv"
"for*/setalw"
"for*/mutable-set"
"for*/mutable-seteq"
"for*/mutable-seteqv"
"for*/mutable-setalw"
"for*/weak-set"
"for*/weak-seteq"
"for*/weak-seteqv"
"for*/weak-setalw")
(format-for-like 1)]
[("for/async" "for*/async") (format-for-like 1)]
[("for/list/concurrent" "for*/list/concurrent") (format-for-like 1)]

Expand Down

0 comments on commit baa865c

Please sign in to comment.