add XML block marker

This commit is contained in:
DosangGu 2023-02-09 08:01:44 +00:00
parent 1f9b697c21
commit 027b4c1352

View File

@ -683,5 +683,17 @@
} }
} }
] ]
},
{
"language": "XML",
"markers": [
{
"type": "block",
"pattern": {
"start": "<!--",
"end": "-->"
}
}
]
} }
] ]