mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Format
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user