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:
parent
4c7b72bf3c
commit
c6df23fcb6
1 changed files with 5 additions and 0 deletions
5
extensions/csharp/languages/csharp/brackets.scm
Normal file
5
extensions/csharp/languages/csharp/brackets.scm
Normal file
|
@ -0,0 +1,5 @@
|
|||
("(" @open ")" @close)
|
||||
("[" @open "]" @close)
|
||||
("{" @open "}" @close)
|
||||
("<" @open ">" @close)
|
||||
("\"" @open "\"" @close)
|
Loading…
Add table
Add a link
Reference in a new issue