Merge pull request #82 from MadsBalslev/master

Add Razor language support
This commit is contained in:
Alastair Mooney 2021-11-04 12:15:52 +00:00 committed by GitHub
commit aee7bf55f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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