mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Fix all javascript being tagged as the javascript react language
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
"grammars": [
|
||||
{
|
||||
"language": "javascriptreact",
|
||||
"scopeName": "source.js",
|
||||
"path": "./syntaxes/JavaScript.tmLanguage.json",
|
||||
"scopeName": "source.js.jsx",
|
||||
"path": "./syntaxes/JavaScriptReact.tmLanguage.json",
|
||||
"embeddedLanguages": {
|
||||
"meta.tag.js": "jsx-tags",
|
||||
"meta.tag.without-attributes.js": "jsx-tags",
|
||||
|
||||
Reference in New Issue
Block a user