Skip to content

Commit

Permalink
Merge pull request #333 from jens1o/jens1o-riotjs
Browse files Browse the repository at this point in the history
support riot.js
  • Loading branch information
robertohuertasm committed Sep 22, 2016
2 parents e5450f2 + 670ee0b commit a7d9500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/supportedExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ exports.extensions = {
{ icon: 'image', extensions: ['jpeg', 'jpg', 'gif', 'png', 'bmp', 'ico'] },
{ icon: 'ionic', extensions: ['ionic.project'], special: 'project', contribType: ctype.filename },
{ icon: 'ionic', extensions: ['ionic.config.json'], special: 'json', contribType: ctype.filename },
{ icon: 'jade', extensions: ['jade', 'pug', 'jade-lintrc', 'pug-lintrc'] },
{ icon: 'jade', extensions: ['jade', 'pug', 'jade-lintrc', 'pug-lintrc', 'tag'] },
{ icon: 'jade', extensions: ['.jade-lint.json'], special: 'json', contribType: ctype.filename },
{ icon: 'jade', extensions: ['.pug-lintrc.js'], special: 'js', contribType: ctype.filename },
{ icon: 'jade', extensions: ['.pug-lintrc.json'], special: 'json', contribType: ctype.filename },
Expand Down

0 comments on commit a7d9500

Please sign in to comment.