1
Fork 0

Split generics, variable definition, and variable use

This commit is contained in:
Steffo 2024-12-11 11:06:16 +01:00
parent e671d26442
commit d07f8390e1
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -159,7 +159,7 @@
"variable.other.property", "variable.other.property",
], ],
"settings": { "settings": {
"foreground": "#90F4EA", "foreground": "#90F4EA", // entity 90
"fontStyle": "", "fontStyle": "",
} }
}, },
@ -169,7 +169,7 @@
"meta.type.declaration entity.name.type", "meta.type.declaration entity.name.type",
], ],
"settings": { "settings": {
"foreground": "#00BEB4", "foreground": "#00BEB4", // entity 70
"fontStyle": "bold", "fontStyle": "bold",
} }
}, },
@ -181,7 +181,7 @@
"meta.type.declaration meta.field.declaration entity.name.type", // over-over-ride type declaration for the contents of TypeScript types "meta.type.declaration meta.field.declaration entity.name.type", // over-over-ride type declaration for the contents of TypeScript types
], ],
"settings": { "settings": {
"foreground": "#00867D", "foreground": "#00867D", // entity 50
"fontStyle": "", "fontStyle": "",
} }
}, },
@ -191,10 +191,29 @@
"variable", "variable",
], ],
"settings": { "settings": {
"foreground": "#89D0ED", "foreground": "#B8EAFF", // information 90
"fontStyle": "", "fontStyle": "",
} }
}, },
{
"name": "Variable definition",
"scope": [
"meta.definition.variable variable",
],
"settings": {
"foreground": "#34B8E2", // information 70
"fontStyle": "bold",
}
},
{
"name": "Generic",
"scope": [
],
"settings": {
"foreground": "#0080A2", // information 50
}
},
{ {
"name": "Values", "name": "Values",
"scope": [ "scope": [