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

@@ -146,7 +146,8 @@
}
},
{
"scope": "meta.tag",
"name": "brackets of XML/HTML tags",
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#800000"
}