We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 484fafa + 025e0a2 commit e45dec5Copy full SHA for e45dec5
src/languages.json
@@ -3273,6 +3273,10 @@
3273
"type": "markup",
3274
"tmScope": "text.html.cshtml",
3275
"group": "HTML",
3276
+ "aliases": [
3277
+ "razor",
3278
+ "html+razor"
3279
+ ],
3280
"extensions": [
3281
".cshtml"
3282
],
@@ -3281,9 +3285,6 @@
3285
"codemirrorMimeType": "text/html",
3286
"languageId": 479039817,
3283
3287
"name": "HTML+Razor",
3284
- "aliases": [
- "html+razor"
- ],
3288
"wrap": "false",
3289
"searchable": "true"
3290
},
0 commit comments