mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
Merge branch 'joao/extensions'
This commit is contained in:
@@ -94,27 +94,59 @@
|
||||
{
|
||||
"language": "javascript",
|
||||
"scopes": {
|
||||
"property": ["variable.other.property.js"],
|
||||
"property.readonly": ["variable.other.constant.property.js"],
|
||||
"variable": ["variable.other.readwrite.js"],
|
||||
"variable.readonly": ["variable.other.constant.object.js"],
|
||||
"function": ["entity.name.function.js"],
|
||||
"namespace": ["entity.name.type.module.js"],
|
||||
"variable.defaultLibrary": ["support.variable.js"],
|
||||
"function.defaultLibrary": ["support.function.js"]
|
||||
"property": [
|
||||
"variable.other.property.js"
|
||||
],
|
||||
"property.readonly": [
|
||||
"variable.other.constant.property.js"
|
||||
],
|
||||
"variable": [
|
||||
"variable.other.readwrite.js"
|
||||
],
|
||||
"variable.readonly": [
|
||||
"variable.other.constant.object.js"
|
||||
],
|
||||
"function": [
|
||||
"entity.name.function.js"
|
||||
],
|
||||
"namespace": [
|
||||
"entity.name.type.module.js"
|
||||
],
|
||||
"variable.defaultLibrary": [
|
||||
"support.variable.js"
|
||||
],
|
||||
"function.defaultLibrary": [
|
||||
"support.function.js"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"language": "javascriptreact",
|
||||
"scopes": {
|
||||
"property": ["variable.other.property.jsx"],
|
||||
"property.readonly": ["variable.other.constant.property.jsx"],
|
||||
"variable": ["variable.other.readwrite.jsx"],
|
||||
"variable.readonly": ["variable.other.constant.object.jsx"],
|
||||
"function": ["entity.name.function.jsx"],
|
||||
"namespace": ["entity.name.type.module.jsx"],
|
||||
"variable.defaultLibrary": ["support.variable.js"],
|
||||
"function.defaultLibrary": ["support.function.js"]
|
||||
"property": [
|
||||
"variable.other.property.jsx"
|
||||
],
|
||||
"property.readonly": [
|
||||
"variable.other.constant.property.jsx"
|
||||
],
|
||||
"variable": [
|
||||
"variable.other.readwrite.jsx"
|
||||
],
|
||||
"variable.readonly": [
|
||||
"variable.other.constant.object.jsx"
|
||||
],
|
||||
"function": [
|
||||
"entity.name.function.jsx"
|
||||
],
|
||||
"namespace": [
|
||||
"entity.name.type.module.jsx"
|
||||
],
|
||||
"variable.defaultLibrary": [
|
||||
"support.variable.js"
|
||||
],
|
||||
"function.defaultLibrary": [
|
||||
"support.function.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -128,5 +160,9 @@
|
||||
"path": "./snippets/javascript.code-snippets"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/microsoft/vscode.git"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"displayName": "JavaScript Language Basics",
|
||||
"description": "Provides snippets, syntax highlighting, bracket matching and folding in JavaScript files."
|
||||
}
|
||||
}
|
||||
|
||||
4
extensions/javascript/yarn.lock
Normal file
4
extensions/javascript/yarn.lock
Normal file
@@ -0,0 +1,4 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user