Skip to content

Commit

Permalink
Add icon for oxlint files (#252)
Browse files Browse the repository at this point in the history
* Add icon for oxlint

* Add icon for .oxlintignore file

* Clean up icon

---------

Co-authored-by: Miguel Solorio <[email protected]>
  • Loading branch information
dimentoree and miguelsolorio authored Oct 25, 2024
1 parent 72b444b commit 9e66337
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added preview/files/oxlint.png
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 src/icons/files/oxlint.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: 4 additions & 1 deletion src/symbol-icon-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@
"nunjucks": { "iconPath": "./icons/files/nunjucks.svg" },
"nuxt": { "iconPath": "./icons/files/nuxt.svg" },
"ocaml": { "iconPath": "./icons/files/ocaml.svg" },
"oxlint": { "iconPath": "./icons/files/oxlint.svg" },
"panda": { "iconPath": "./icons/files/panda.svg" },
"patch": { "iconPath": "./icons/files/patch.svg" },
"pdf": { "iconPath": "./icons/files/pdf.svg" },
Expand Down Expand Up @@ -1295,7 +1296,9 @@
"rslib.config.js": "rslib",
"rslib.config.cjs": "rslib",
"rslib.config.mts": "rslib",
"rslib.config.cts": "rslib"
"rslib.config.cts": "rslib",
".oxlintrc.json": "oxlint",
".oxlintignore": "oxlint"
},

"languageIds": {
Expand Down

0 comments on commit 9e66337

Please sign in to comment.