White brackets in tsx/jsx tags

This commit is contained in:
Martin Aeschlimann
2016-03-16 09:58:13 +01:00
parent 6ac1a239c9
commit c92c3cf2d9
@@ -141,7 +141,8 @@
}
},
{
"scope": "meta.tag",
"name": "brackets of XML tags",
"scope": ["meta.tag", "punctuation.tag.js", "punctuation.tag.tsx"],
"settings": {
"foreground": "#808080"
}