Skip to content

Commit 365ca59

Browse files
authored
feat: add *.cshtml.css under *.cshtml (#277)
1 parent 70a4dfc commit 365ca59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ const base = {
459459
'*.component.ts': '$(capture).component.html, $(capture).component.spec.ts, $(capture).component.css, $(capture).component.scss, $(capture).component.sass, $(capture).component.less',
460460
'*.cpp': '$(capture).hpp, $(capture).h, $(capture).hxx, $(capture).hh',
461461
'*.cs': '$(capture).*.cs',
462-
'*.cshtml': '$(capture).cshtml.cs',
462+
'*.cshtml': '$(capture).cshtml.cs, $(capture).cshtml.css',
463463
'*.css': '$(capture).css.map, $(capture).*.css',
464464
'*.cxx': '$(capture).hpp, $(capture).h, $(capture).hxx, $(capture).hh',
465465
'*.dart': '$(capture).freezed.dart, $(capture).g.dart',

0 commit comments

Comments
 (0)