Fix all javascript being tagged as the javascript react language

This commit is contained in:
Matt Bierner
2017-10-11 18:12:40 -07:00
parent 4f9983bd64
commit b811aa6c40

View File

@@ -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",