Skip to content

Commit

Permalink
Add Polymer icon (#558)
Browse files Browse the repository at this point in the history
* Update languages.js

* Add files via upload

* Update supportedExtensions.js

* Update supportedExtensions.js

* Update languages.js

* Update supportedExtensions.js

* Update supportedExtensions.js
  • Loading branch information
JonathanWolfe authored and robertohuertasm committed Dec 19, 2016
1 parent 6e15443 commit 5e48d67
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
34 changes: 34 additions & 0 deletions icons/file_type_polymer@2x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/build/languages.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ exports.languages = {
perl: { ids: ['perl', 'perl6'], defaultExtension: 'pl' },
php: { ids: 'php', defaultExtension: 'php' },
powershell: { ids: 'powershell', defaultExtension: 'ps1' },
polymer: { ids: 'polymer', defaultExtension: 'polymer' },
prolog: { ids: 'prolog', defaultExtension: 'pro' },
python: { ids: 'python', defaultExtension: 'py' },
rust: { ids: 'rust', defaultExtension: 'rs' },
Expand Down
1 change: 1 addition & 0 deletions src/build/supportedExtensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ exports.extensions = {
{ icon: 'phpunit', extensions: ['phpunit.xml'], filename: true },
{ icon: 'plantuml', extensions: ['pu', 'plantuml', 'iuml', 'puml'] },
{ icon: 'poedit', extensions: ['po', 'mo'] },
{ icon: 'polymer', extensions: [], languages: [languages.polymer], svg: true },
{ icon: 'postcss', extensions: ['pcss', 'postcss'] },
{ icon: 'powershell', extensions: ['psm1', 'psd1'], languages: [languages.powershell] },
{ icon: 'procfile', extensions: ['procfile'], filename: true },
Expand Down

0 comments on commit 5e48d67

Please sign in to comment.