mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
some C++ keywords not colorized correctly. fixes #22419
This commit is contained in:
@@ -283,7 +283,9 @@
|
||||
{
|
||||
"scope": [
|
||||
"keyword.operator.new",
|
||||
"keyword.operator.expression"
|
||||
"keyword.operator.expression",
|
||||
"keyword.operator.cast",
|
||||
"keyword.operator.sizeof"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#569cd6"
|
||||
|
||||
Reference in New Issue
Block a user