Skip to content

Commit

Permalink
feat: add remark support
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Mar 10, 2024
1 parent 7f821da commit fc42536
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions icons/remark.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/remark_light.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/icons/fileIcons.ts
Expand Up @@ -922,6 +922,20 @@ export const fileIcons: FileIcons = {
],
light: true,
},
{
name: 'remark',
fileNames: [
'.remarkrc',
'.remarkrc.cjs',
'.remarkrc.js',
'.remarkrc.json',
'.remarkrc.mjs',
'.remarkrc.yaml',
'.remarkrc.yml',
'.remarkignore',
],
light: true,
},
{
name: 'remix',
fileNames: ['remix.config.js', 'remix.config.ts'],
Expand Down

0 comments on commit fc42536

Please sign in to comment.