Merge branch 'master' into patch-1

This commit is contained in:
Alastair Mooney
2021-11-04 12:20:32 +00:00
committed by GitHub

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": [