Skip to content

Commit 7cea216

Browse files
authored
feat: add xaml (#113)
1 parent 195046b commit 7cea216

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
@@ -306,6 +306,7 @@ const base = {
306306
'*.ashx': '$(capture).*.cs, $(capture).*.vb',
307307
'*.aspx': '$(capture).*.cs, $(capture).*.vb',
308308
'*.master': '$(capture).*.cs, $(capture).*.vb',
309+
'*.xaml': '$(capture).xaml.cs',
309310
'*.resx': '$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb',
310311
'*.dart': '$(capture).freezed.dart, $(capture).g.dart',
311312
'*.module.ts': '$(capture).resolver.ts, $(capture).controller.ts, $(capture).service.ts',

0 commit comments

Comments
 (0)