Fix commenting of jsx attribute using jsx style comments

Fixes #36175
This commit is contained in:
Matt Bierner
2017-10-13 14:51:04 -07:00
parent 9613018ef0
commit 989c40066d
2 changed files with 3 additions and 0 deletions

View File

@@ -68,6 +68,7 @@
"embeddedLanguages": {
"meta.tag.js": "jsx-tags",
"meta.tag.without-attributes.js": "jsx-tags",
"meta.tag.attributes.js.jsx": "javascriptreact",
"meta.embedded.expression.js": "javascriptreact"
}
},
@@ -78,6 +79,7 @@
"embeddedLanguages": {
"meta.tag.js": "jsx-tags",
"meta.tag.without-attributes.js": "jsx-tags",
"meta.tag.attributes.js": "javascript",
"meta.embedded.expression.js": "javascript"
}
},