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 6, 2024
1 parent d427fa7 commit c1a2c7f
Show file tree
Hide file tree
Showing 3 changed files with 28 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.
13 changes: 13 additions & 0 deletions src/icons/fileIcons.ts
Expand Up @@ -924,6 +924,19 @@ export const fileIcons: FileIcons = {
],
light: true,
},
{
name: 'remark',
fileNames: [
'.remarkrc',
'.remarkrc.cjs',
'.remarkrc.js',
'.remarkrc.json',
'.remarkrc.mjs',
'.remarkrc.yaml',
'.remarkrc.yml',
],
light: true,
},
{
name: 'remix',
fileNames: ['remix.config.js', 'remix.config.ts'],
Expand Down

0 comments on commit c1a2c7f

Please sign in to comment.