csharp: Add brackets.scm (#22936)

This pull request adds the missing `brackets.scm` for the C#-extension.

Release Notes:

- N/A
This commit is contained in:
Finn Evers 2025-01-10 17:18:33 +01:00 committed by GitHub
parent 4c7b72bf3c
commit c6df23fcb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,5 @@
("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)
("<" @open ">" @close)
("\"" @open "\"" @close)