Skip to content

Commit

Permalink
feat: add cspell icon
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs committed May 5, 2024
1 parent 2f66592 commit 1d0f6d5
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 0 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.
4 changes: 4 additions & 0 deletions icons/css-variables/cspell.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/frappe/cspell.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/latte/cspell.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/macchiato/cspell.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icons/mocha/cspell.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,20 @@ const fileIcons: Record<string, {
'csharp',
],
},
'cspell': {
fileNames: [
'cspell.json',
'cspell.yml',
'cspell.yaml',
'.cspell.json',
'.cspell.yml',
'.cspell.yaml',
'cspell.config.js',
'cspell.config.cjs',
'cspell.config.yml',
'cspell.config.yaml',
],
},
'css': {
languageIds: ['css'],
fileExtensions: ['css'],
Expand Down

0 comments on commit 1d0f6d5

Please sign in to comment.