Skip to content

Commit 2d58aae

Browse files
authored
feat: add rule for *.hh (#202)
1 parent 828383d commit 2d58aae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,9 +395,9 @@ const base = {
395395
'*.tsx': '$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).less, $(capture).module.less, $(capture).scss, $(capture).module.scss',
396396
'*.vue': '$(capture).*.ts, $(capture).*.js, $(capture).story.vue',
397397
'shims.d.ts': '*.d.ts',
398-
'*.cpp': '$(capture).hpp, $(capture).h, $(capture).hxx',
399-
'*.cxx': '$(capture).hpp, $(capture).h, $(capture).hxx',
400-
'*.cc': '$(capture).hpp, $(capture).h, $(capture).hxx',
398+
'*.cpp': '$(capture).hpp, $(capture).h, $(capture).hxx, $(capture).hh',
399+
'*.cxx': '$(capture).hpp, $(capture).h, $(capture).hxx, $(capture).hh',
400+
'*.cc': '$(capture).hpp, $(capture).h, $(capture).hxx, $(capture).hh',
401401
'*.c': '$(capture).h',
402402
'*.go': '$(capture)_test.go',
403403
'go.mod': 'go.sum',

0 commit comments

Comments
 (0)