[html] issues caused by HTML grammar associating '<' with JS. Fixes #86998

This commit is contained in:
Martin Aeschlimann
2019-12-20 16:27:17 +01:00
parent c97c457d0a
commit 18bab626b9
10 changed files with 1072 additions and 18 deletions

View File

@@ -1,4 +1,5 @@
[{
[
{
"c": "<",
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.start.html punctuation.definition.tag.begin.html",
"r": {
@@ -495,7 +496,7 @@
},
{
"c": "<",
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html source.js",
"t": "text.html.php meta.embedded.block.html meta.tag.metadata.script.end.html punctuation.definition.tag.begin.html source.js-ignored-vscode",
"r": {
"dark_plus": "punctuation.definition.tag: #808080",
"light_plus": "punctuation.definition.tag: #800000",