Enable angle bracket colorization for C# (#247665)

This commit is contained in:
David Barbet
2025-07-26 07:06:27 -07:00
committed by GitHub
parent 03548f6645
commit 510359a9a6
2 changed files with 26 additions and 1 deletions

View File

@@ -76,6 +76,24 @@
"\""
]
],
"colorizedBracketPairs": [
[
"{",
"}"
],
[
"[",
"]"
],
[
"(",
")"
],
[
"<",
">"
]
],
"folding": {
"markers": {
"start": "^\\s*#region\\b",