Merge branch 'master' into patch-1

This commit is contained in:
Alastair Mooney 2021-11-04 12:20:32 +00:00 committed by GitHub
commit 5b6ad9381f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -430,6 +430,29 @@
}
]
},
{
"language": "Razor",
"markers": [
{
"type": "block",
"pattern": {
"start": "<!--",
"end": "-->"
}
},
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
},
{
"language": "Rust",
"markers": [