Add Razor language support

This commit is contained in:
Mads Balslev 2021-10-28 11:45:08 +02:00 committed by GitHub
parent 1a8e14c0aa
commit eb3be0aef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,5 +429,28 @@
}
}
]
},
{
"language": "Razor",
"marksers": [
{
"type": "block",
"pattern": {
"start": "<!--",
"end": "-->"
}
},
{
"type": "line",
"pattern": "//"
},
{
"type": "block",
"pattern": {
"start": "/\\*",
"end": "\\*/"
}
}
]
}
]