Skip to content

Commit

Permalink
Add Pkl Icon
Browse files Browse the repository at this point in the history
  • Loading branch information
deathaxe committed Mar 1, 2024
1 parent 22a5db9 commit 34b51b1
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PACKAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@ This file contains a list of possible packages you may need to install to see th

- [Pine](https://packagecontrol.io/packages/Pine)

## Pkl

- [Pkl (Pickle)](https://packagecontrol.io/packages/Pkl%20(Pickle))

## Playlist

- [M3U Syntax](https://packagecontrol.io/packages/M3U%20Syntax)
Expand Down
13 changes: 13 additions & 0 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -2321,6 +2321,19 @@
}
]
},
"file_type_pkl": {
"color": "green",
"syntaxes": [
{
"extensions": [
"pkl",
"pcf"
],
"name": "Plain Text (Pkl)",
"scope": "source.pkl"
}
]
},
"file_type_playlist": {
"color": "blue",
"syntaxes": [
Expand Down
Binary file added icons/multi/file_type_pkl.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_pkl.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_pkl.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_pkl.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.pkl</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_pkl</string>
</dict>
</dict>
</plist>
Empty file added tests/file_type_pkl.pcf
Empty file.
Empty file added tests/file_type_pkl.pkl
Empty file.

0 comments on commit 34b51b1

Please sign in to comment.