Merge pull request #48 from kkapper/markdown-syntax-support

Adds markdown block support.
This commit is contained in:
Alastair Mooney 2021-06-18 17:54:31 +01:00 committed by GitHub
commit 925f3fdf50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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