Skip to content

Commit 49de418

Browse files
branding
1 parent 6641304 commit 49de418

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

assets/aiscript_gd.png

4.17 KB
Loading

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"publisher": "aiscript-dev",
44
"displayName": "AiScript Highlighting",
55
"description": "Add support for AiScript",
6+
"icon": "./assets/aiscript_gd.png",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/aiscript-dev/aiscript-vscode"
@@ -39,6 +40,10 @@
3940
".is",
4041
".ais"
4142
],
43+
"icon": {
44+
"light": "./assets/aiscript_gd.png",
45+
"dark": "./assets/aiscript_gd.png"
46+
},
4247
"configuration": "./aiscript/language-configuration.json"
4348
}
4449
],

0 commit comments

Comments
 (0)