Skip to content

Commit

Permalink
feat: add language icon for noir files (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jun 21, 2024
1 parent bb57c62 commit 6c71a1e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions icons/noir_dark.svg
Loading
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 icons/noir_light.svg
Loading
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@
"extensions": [
".nr"
],
"icon": {
"light": "./icons/noir_light.svg",
"dark": "./icons/noir_dark.svg"
},
"configuration": "./language-configuration.json"
}
],
Expand Down

0 comments on commit 6c71a1e

Please sign in to comment.