mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-27 13:40:25 +00:00
[html] issues caused by HTML grammar associating '<' with JS. Fixes #86998
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user