Skip to content

Commit

Permalink
Add brackets.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSubidubi committed Jan 10, 2025
1 parent a827f54 commit 1bac1e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions extensions/csharp/languages/csharp/brackets.scm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
("(" @open ")" @close)
("[" @open "]" @close)
("{" @open "}" @close)
("<" @open ">" @close)
("\"" @open "\"" @close)

0 comments on commit 1bac1e5

Please sign in to comment.