Wrong highlighting for angle bracket syntax in embedded language. Fixes #14551

This commit is contained in:
Martin Aeschlimann
2016-10-27 12:04:45 +02:00
parent b74b36bee0
commit 2db37ea17a
18 changed files with 3124 additions and 3108 deletions

View File

@@ -149,8 +149,8 @@
}
},
{
"name": "brackets of XML tags",
"scope": ["meta.tag", "punctuation.tag.js", "punctuation.tag.tsx"],
"name": "brackets of XML/HTML tags",
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#808080"
}