mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
@@ -67,7 +67,8 @@
|
||||
"path": "./syntaxes/JavaScript.tmLanguage.json",
|
||||
"embeddedLanguages": {
|
||||
"meta.tag.js": "jsx-tags",
|
||||
"meta.tag.without-attributes.js": "jsx-tags"
|
||||
"meta.tag.without-attributes.js": "jsx-tags",
|
||||
"meta.embedded.expression.js": "javascriptreact"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -76,7 +77,8 @@
|
||||
"path": "./syntaxes/JavaScript.tmLanguage.json",
|
||||
"embeddedLanguages": {
|
||||
"meta.tag.js": "jsx-tags",
|
||||
"meta.tag.without-attributes.js": "jsx-tags"
|
||||
"meta.tag.without-attributes.js": "jsx-tags",
|
||||
"meta.embedded.expression.js": "javascript"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -132,4 +134,4 @@
|
||||
"devDependencies": {
|
||||
"@types/node": "^7.0.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user