chore: Add icons for .proto and storybook files

Close #272 #274
This commit is contained in:
Mattia Astorino 2018-10-25 12:50:26 +02:00
parent dd14b71121
commit b7bc1ad929
No known key found for this signature in database
GPG key ID: 7BE552533AB6D4E2

View file

@ -1,4 +1,13 @@
"fileExtensions": {
"story.tsx": "_file_storybook",
"stories.tsx": "_file_storybook",
"story.ts": "_file_storybook",
"stories.ts": "_file_storybook",
"story.jsx": "_file_storybook",
"stories.jsx": "_file_storybook",
"story.js": "_file_storybook",
"stories.js": "_file_storybook",
"proto": "_file_protobuf",
"hbs": "_file_handlebars",
"elm": "_file_elm",
"cabal": "_file_cabal",