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