This commit is contained in:
Matt Bierner 2020-04-11 21:10:21 -07:00
parent 1b10f4db32
commit b4b5b6251e

View file

@ -83,27 +83,59 @@
{
"language": "typescript",
"scopes": {
"property": ["variable.other.property.ts"],
"property.readonly": ["variable.other.constant.property.ts"],
"variable": ["variable.other.readwrite.ts"],
"variable.readonly": ["variable.other.constant.object.ts"],
"function": ["entity.name.function.ts"],
"namespace": ["entity.name.type.module.ts"],
"variable.defaultLibrary": ["support.variable.ts"],
"function.defaultLibrary": ["support.function.ts"]
"property": [
"variable.other.property.ts"
],
"property.readonly": [
"variable.other.constant.property.ts"
],
"variable": [
"variable.other.readwrite.ts"
],
"variable.readonly": [
"variable.other.constant.object.ts"
],
"function": [
"entity.name.function.ts"
],
"namespace": [
"entity.name.type.module.ts"
],
"variable.defaultLibrary": [
"support.variable.ts"
],
"function.defaultLibrary": [
"support.function.ts"
]
}
},
{
"language": "typescriptreact",
"scopes": {
"property": ["variable.other.property.tsx"],
"property.readonly": ["variable.other.constant.property.tsx"],
"variable": ["variable.other.readwrite.tsx"],
"variable.readonly": ["variable.other.constant.object.tsx"],
"function": ["entity.name.function.tsx"],
"namespace": ["entity.name.type.module.tsx"],
"variable.defaultLibrary": ["support.variable.tsx"],
"function.defaultLibrary": ["support.function.tsx"]
"property": [
"variable.other.property.tsx"
],
"property.readonly": [
"variable.other.constant.property.tsx"
],
"variable": [
"variable.other.readwrite.tsx"
],
"variable.readonly": [
"variable.other.constant.object.tsx"
],
"function": [
"entity.name.function.tsx"
],
"namespace": [
"entity.name.type.module.tsx"
],
"variable.defaultLibrary": [
"support.variable.tsx"
],
"function.defaultLibrary": [
"support.function.tsx"
]
}
}
],