.razor file should have default Language Mode of razor. Fixes #141756

This commit is contained in:
Martin Aeschlimann 2022-02-10 14:42:03 +01:00
parent 60b8611fb1
commit bfb00a51f5
No known key found for this signature in database
GPG key ID: 2609A01E695523E3

View file

@ -16,7 +16,8 @@
{
"id": "razor",
"extensions": [
".cshtml"
".cshtml",
".razor"
],
"aliases": [
"Razor",