mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
[ts] upate grammar, remove meta scopes
This commit is contained in:
@@ -5,11 +5,8 @@
|
||||
{
|
||||
"name": "Types declaration and references",
|
||||
"scope": [
|
||||
"meta.type.name",
|
||||
"meta.return.type",
|
||||
"meta.return-type",
|
||||
"meta.cast",
|
||||
"meta.type.annotation",
|
||||
"support.type",
|
||||
"entity.name.class",
|
||||
"entity.name.type",
|
||||
@@ -40,7 +37,6 @@
|
||||
{
|
||||
"name": "Variable and parameter name",
|
||||
"scope": [
|
||||
"meta.parameter.type.variable",
|
||||
"variable.parameter",
|
||||
"variable",
|
||||
"variable.name"
|
||||
|
||||
Reference in New Issue
Block a user