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