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

@@ -77,6 +77,13 @@
"settings": {
"foreground": "#CE9178"
}
},
{
"name": "JSX Tag names, workaround for flattening match with function",
"scope": "entity.name.function.tag",
"settings": {
"foreground": "#569cd6"
}
}
]
}