Skip to content

Commit

Permalink
Vscode extension: add Slint icon to .slint file
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Aug 6, 2024
1 parent 0f8246d commit 7b4668b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@
".slint",
".60"
],
"configuration": "language-configuration.json"
"configuration": "language-configuration.json",
"icon": {
"light": "slint-file-icon.svg",
"dark": "slint-file-icon.svg"
}
}
],
"grammars": [
Expand Down
1 change: 1 addition & 0 deletions editors/vscode/slint-file-icon.svg

0 comments on commit 7b4668b

Please sign in to comment.