Adds markdown block support.

This commit is contained in:
kellen.kapper 2021-06-18 11:22:26 -04:00
parent 762e61d94f
commit 924c43d6af

View File

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