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 16:18:33 +00:00
committed by GitHub
parent 4c7b72bf3c
commit c6df23fcb6
@@ -0,0 +1,5 @@
("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)
("<" @open ">" @close)
("\"" @open "\"" @close)