mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 15:01:57 +01:00
[themes] add ts cast & new scope, remove entity.name.method
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
{
|
||||
"name": "Types declaration and references",
|
||||
"scope": [
|
||||
"meta.return.type",
|
||||
"meta.return-type",
|
||||
"support.type",
|
||||
"entity.name.class",
|
||||
@@ -17,11 +16,21 @@
|
||||
"foreground": "#267f99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Types declaration and references, TS grammar specific",
|
||||
"scope": [
|
||||
"meta.return.type",
|
||||
"meta.type.cast.expr",
|
||||
"meta.type.new.expr"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#267f99"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Function declarations",
|
||||
"scope": [
|
||||
"entity.name.function",
|
||||
"entity.name.method"
|
||||
"entity.name.function"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#795E26"
|
||||
|
||||
Reference in New Issue
Block a user