mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-30 17:28:52 -05:00
@@ -61,8 +61,7 @@
|
||||
},
|
||||
"tokenTypes": {
|
||||
"entity.name.type.instance.jsdoc": "other",
|
||||
"entity.name.function.tagged-template.js": "other",
|
||||
"entity.name.function.tagged-template.js.jsx": "other",
|
||||
"entity.name.function.tagged-template": "other",
|
||||
"meta.import string.quoted": "other"
|
||||
}
|
||||
},
|
||||
@@ -78,8 +77,7 @@
|
||||
},
|
||||
"tokenTypes": {
|
||||
"entity.name.type.instance.jsdoc": "other",
|
||||
"entity.name.function.tagged-template.js": "other",
|
||||
"entity.name.function.tagged-template.js.jsx": "other",
|
||||
"entity.name.function.tagged-template": "other",
|
||||
"meta.import string.quoted": "other"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -45,8 +45,7 @@
|
||||
"path": "./syntaxes/TypeScript.tmLanguage.json",
|
||||
"tokenTypes": {
|
||||
"entity.name.type.instance.jsdoc": "other",
|
||||
"entity.name.function.tagged-template.ts": "other",
|
||||
"entity.name.function.tagged-template.tsx": "other",
|
||||
"entity.name.function.tagged-template": "other",
|
||||
"meta.import string.quoted": "other"
|
||||
}
|
||||
},
|
||||
@@ -62,8 +61,7 @@
|
||||
},
|
||||
"tokenTypes": {
|
||||
"entity.name.type.instance.jsdoc": "other",
|
||||
"entity.name.function.tagged-template.ts": "other",
|
||||
"entity.name.function.tagged-template.tsx": "other",
|
||||
"entity.name.function.tagged-template": "other",
|
||||
"meta.import string.quoted": "other"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
"vscode-debugprotocol": "1.28.0",
|
||||
"vscode-nsfw": "1.0.17",
|
||||
"vscode-ripgrep": "^0.8.1",
|
||||
"vscode-textmate": "^3.3.2",
|
||||
"vscode-textmate": "^3.3.3",
|
||||
"vscode-xterm": "3.3.0-beta8",
|
||||
"yauzl": "2.8.0"
|
||||
},
|
||||
|
||||
@@ -5920,9 +5920,9 @@ vscode-ripgrep@^0.8.1:
|
||||
version "0.8.1"
|
||||
resolved "https://registry.yarnpkg.com/vscode-ripgrep/-/vscode-ripgrep-0.8.1.tgz#861d2ac97a3764e9f40f305620423efc50632ad1"
|
||||
|
||||
vscode-textmate@^3.3.2:
|
||||
version "3.3.2"
|
||||
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-3.3.2.tgz#43d7722d24ed168d195a1e3c582c6914917a37ab"
|
||||
vscode-textmate@^3.3.3:
|
||||
version "3.3.3"
|
||||
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-3.3.3.tgz#8d737f2965046503a4088d47c2793aebe246d355"
|
||||
dependencies:
|
||||
fast-plist "^0.1.2"
|
||||
oniguruma "^6.0.1"
|
||||
|
||||
Reference in New Issue
Block a user