mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Get latest cpp grammar updates
This commit is contained in:
@@ -133,13 +133,13 @@
|
||||
},
|
||||
{
|
||||
"c": "std",
|
||||
"t": "source.cpp meta.using-namespace.cpp entity.name.namespace.cpp",
|
||||
"t": "source.cpp meta.using-namespace.cpp entity.name.type.namespace.cpp",
|
||||
"r": {
|
||||
"dark_plus": "default: #D4D4D4",
|
||||
"light_plus": "default: #000000",
|
||||
"dark_plus": "entity.name.type: #4EC9B0",
|
||||
"light_plus": "entity.name.type: #267F99",
|
||||
"dark_vs": "default: #D4D4D4",
|
||||
"light_vs": "default: #000000",
|
||||
"hc_black": "default: #FFFFFF"
|
||||
"hc_black": "entity.name.type: #4EC9B0"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user