mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Add a few more token scopes to themes
Fixes https://github.com/microsoft/vscode/issues/80783
This commit is contained in:
@@ -169,7 +169,8 @@
|
||||
},
|
||||
{
|
||||
"scope": [
|
||||
"meta.preprocessor"
|
||||
"meta.preprocessor",
|
||||
"entity.name.function.preprocessor"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#0000ff"
|
||||
@@ -218,6 +219,7 @@
|
||||
"scope": [
|
||||
"string",
|
||||
"entity.name.operator.custom-literal.string",
|
||||
"meta.embedded.assembly"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#a31515"
|
||||
|
||||
Reference in New Issue
Block a user