This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
XML syntax definition problem #96
Closed
Description
From @omochi on January 19, 2019 17:0
I may found bug of syntax.
It should be:
{
"begin": "<%--",
"captures": {
"0": {
"name": "punctuation.definition.comment.xml"
}
},
"end": "--%>",
"name": "comment.block.xml"
},
Copied from original issue: microsoft/vscode#66776