Skip to content

Commit

Permalink
Merge pull request #432 from boxcee/master
Browse files Browse the repository at this point in the history
Add optional .json extension to babelrc
  • Loading branch information
mallowigi authored Sep 12, 2017
2 parents 85da36b + 8094fe8 commit 5169f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/icon_associations.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<regex name="AppleScript" pattern=".*\.applescript$" icon="/icons/files/applescript.png"/>
<regex name="ASP" pattern=".*\.(asp|aspx|cshtml)$" icon="/icons/files/asp.png"/>
<regex name="Aurelia" pattern="aurelia(file)?\.js(on)?" icon="/icons/files/aurelia.png"/>
<regex name="Babel" pattern=".*\.(babelrc)$" icon="/icons/files/babel.png"/>
<regex name="Babel" pattern=".*\.(babelrc)(.json)?$" icon="/icons/files/babel.png"/>
<regex name="Bazel" pattern=".*\.(bzl)$" icon="/icons/files/bazel.png"/>
<regex name="Behat" pattern=".*\.feature$" icon="/icons/files/behat.png"/>
<regex name="Blade" pattern=".*\.blade\.php$" icon="/icons/files/blade.png"/>
Expand Down

0 comments on commit 5169f95

Please sign in to comment.