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

pull/137125/head
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
1 changed files with 2 additions and 1 deletions

View File

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