Skip to content

Commit e6dbcad

Browse files
authored
feat: ✨ group cshtml and cshtml.cs (#117)
1 parent 4b7bf5f commit e6dbcad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ const base = {
314314
'*.aspx': '$(capture).*.cs, $(capture).*.vb',
315315
'*.master': '$(capture).*.cs, $(capture).*.vb',
316316
'*.xaml': '$(capture).xaml.cs',
317+
'*.cshtml' : '$(capture).cshtml.cs',
317318
'*.resx': '$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb',
318319
'*.dart': '$(capture).freezed.dart, $(capture).g.dart',
319320
'*.module.ts': '$(capture).resolver.ts, $(capture).controller.ts, $(capture).service.ts',

0 commit comments

Comments
 (0)