Skip to content

Commit

Permalink
feat: puppeteer icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed Jan 27, 2024
1 parent dc1a22c commit 7212fcf
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 6 deletions.
Binary file modified assets/frappe.webp
Binary file not shown.
Binary file modified assets/latte.webp
Binary file not shown.
Binary file modified assets/macchiato.webp
Binary file not shown.
Binary file modified assets/mocha.webp
Binary file not shown.
5 changes: 5 additions & 0 deletions icons/css-variables/puppeteer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/frappe/puppeteer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/latte/puppeteer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/macchiato/puppeteer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icons/mocha/puppeteer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1649,6 +1649,17 @@ export const fileIcons: FileIcons = {
'.pug-lintrc.json',
],
},
'puppeteer': {
fileNames: [
'.puppeteerrc.cjs,',
'.puppeteerrc.js,',
'.puppeteerrc',
'.puppeteerrc.json,',
'.puppeteerrc.yaml,',
'puppeteer.config.js',
'puppeteer.config.cjs',
],
},
'python': {
languageIds: ['python'],
fileExtensions: ['py'],
Expand Down
6 changes: 0 additions & 6 deletions todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@
- [ ] netlify folder
- [ ] resolver folder

- [ ] puppeteer file

- [ ] psd file
- [ ] illustrator file
- [ ]

- [ ] change C icon (smaller)

<!-- language based ? -->

0 comments on commit 7212fcf

Please sign in to comment.