Skip to content

Commit

Permalink
feat: Add jsx and tsx extensions to router icons.
Browse files Browse the repository at this point in the history
Closes #472
  • Loading branch information
lffg committed Jul 7, 2019
1 parent ce9fcce commit 3c8e2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ export const fileIcons: FileIcons = {
{ name: 'react_ts', fileExtensions: ['tsx'] },
{
name: 'routing',
fileExtensions: ['routing.ts', 'routing.js', 'routes.ts', 'routes.js'],
fileNames: ['router.js', 'router.ts', 'routes.js', 'routes.ts'],
fileExtensions: ['routing.ts', 'routing.tsx', 'routing.js', 'routing.jsx', 'routes.ts', 'routes.tsx', 'routes.js', 'routes.jsx'],
fileNames: ['router.js', 'router.jsx', 'router.ts', 'router.tsx', 'routes.js', 'routes.jsx', 'routes.ts', 'routes.tsx'],
enabledFor: [IconPack.Angular, IconPack.Ngrx, IconPack.React, IconPack.Redux, IconPack.Vue, IconPack.Vuex]
},
{
Expand Down

0 comments on commit 3c8e2eb

Please sign in to comment.