Skip to content

Commit f250e08

Browse files
authored
feat: add support for Python interface files (#212)
1 parent 81acab1 commit f250e08

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
@@ -435,6 +435,7 @@ const base = {
435435
'*.module.ts': '$(capture).resolver.ts, $(capture).controller.ts, $(capture).service.ts',
436436
'*.mts': '$(capture).mts.map, $(capture).*.mts, $(capture)_*.mts',
437437
'*.pubxml': '$(capture).pubxml.user',
438+
'*.py': '$(capture).pyi',
438439
'*.resx': '$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb',
439440
'*.ts': '$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts',
440441
'*.tsx': '$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).less, $(capture).module.less, $(capture).scss, $(capture).module.scss',

0 commit comments

Comments
 (0)