This commit is contained in:
Nate Butler 2023-07-13 11:56:53 -04:00
parent c2ffd8975b
commit 9a1a9813cb
6 changed files with 78 additions and 0 deletions

View file

@ -0,0 +1,3 @@
("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)