Skip to content

Commit

Permalink
Storybook: associate typescript stories (Closes #258)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed May 25, 2018
1 parent 8a50a7c commit 8cdbcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ export const fileIcons: FileIcons = {
},
{ name: 'jest', fileNames: ['jest.config.js', 'jest.config.ts', 'jest.config.json', 'jest.setup.js', 'jest.setup.ts', 'jest.json', '.jestrc', 'jest.teardown.js'] },
{ name: 'processing', fileExtensions: ['pde'], light: true },
{ name: 'storybook', fileExtensions: ['stories.js', 'stories.jsx', 'story.js', 'story.jsx'] },
{ name: 'storybook', fileExtensions: ['stories.js', 'stories.jsx', 'story.js', 'story.jsx', 'stories.ts', 'stories.tsx', 'story.ts', 'story.tsx'] },
{ name: 'wepy', fileExtensions: ['wpy'] },
{ name: 'fastlane', fileNames: ['fastfile', 'appfile'] },
{ name: 'hcl', fileExtensions: ['hcl'], light: true },
Expand Down

0 comments on commit 8cdbcc0

Please sign in to comment.