Skip to content

Commit f37c697

Browse files
authored
feat: add icon for .nu extension in VS Code (#77)
1 parent 3a7ea99 commit f37c697

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

assets/nu.svg

Lines changed: 10 additions & 0 deletions
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"extensions": [
6868
".nu"
6969
],
70+
"icon": {
71+
"light": "assets/nu.svg",
72+
"dark": "assets/nu.svg"
73+
},
7074
"configuration": "./language-configuration.json"
7175
}
7276
],

0 commit comments

Comments
 (0)