We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bda8717 + 510359a commit ed9d210Copy full SHA for ed9d210
extensions/csharp/language-configuration.json
@@ -76,6 +76,24 @@
76
"\""
77
]
78
],
79
+ "colorizedBracketPairs": [
80
+ [
81
+ "{",
82
+ "}"
83
+ ],
84
85
+ "[",
86
+ "]"
87
88
89
+ "(",
90
+ ")"
91
92
93
+ "<",
94
+ ">"
95
+ ]
96
97
"folding": {
98
"markers": {
99
"start": "^\\s*#region\\b",
extensions/csharp/package.json
@@ -40,7 +40,14 @@
40
"path": "./syntaxes/csharp.tmLanguage.json",
41
"tokenTypes": {
42
"meta.interpolation": "other"
43
- }
+ },
44
+ "unbalancedBracketScopes": [
45
+ "keyword.operator.relational.cs",
46
+ "keyword.operator.arrow.cs",
47
+ "punctuation.accessor.pointer.cs",
48
+ "keyword.operator.bitwise.shift.cs",
49
+ "keyword.operator.assignment.compound.bitwise.cs"
50
51
}
52
53
"snippets": [
0 commit comments