mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Enable angle bracket colorization for C# (#247665)
This commit is contained in:
@@ -40,7 +40,14 @@
|
||||
"path": "./syntaxes/csharp.tmLanguage.json",
|
||||
"tokenTypes": {
|
||||
"meta.interpolation": "other"
|
||||
}
|
||||
},
|
||||
"unbalancedBracketScopes": [
|
||||
"keyword.operator.relational.cs",
|
||||
"keyword.operator.arrow.cs",
|
||||
"punctuation.accessor.pointer.cs",
|
||||
"keyword.operator.bitwise.shift.cs",
|
||||
"keyword.operator.assignment.compound.bitwise.cs"
|
||||
]
|
||||
}
|
||||
],
|
||||
"snippets": [
|
||||
|
||||
Reference in New Issue
Block a user