Skip to content

Commit

Permalink
Add Biome icon (#76)
Browse files Browse the repository at this point in the history
This commit adds Biome icon to related files (i.e. `biome.json`).
  • Loading branch information
mataha authored Dec 10, 2023
1 parent b784363 commit 15a994f
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,19 @@
"file_type_binary": {
"color": "graphite"
},
"file_type_biome": {
"aliases": [
{
"base": "source.json",
"extensions": [
"biome.json"
],
"name": "JSON (Biome)",
"scope": "source.json.biome"
}
],
"color": "yellow"
},
"file_type_blade": {
"color": "orange",
"syntaxes": [
Expand Down
Binary file added icons/multi/file_type_biome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/multi/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/file_type_biome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/single/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icons/svg/file_type_biome.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions preferences/file_type_biome.tmPreferences
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
<key>scope</key>
<string>source.json.biome</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_biome</string>
</dict>
</dict>
</plist>
Empty file added tests/biome.json
Empty file.

0 comments on commit 15a994f

Please sign in to comment.