Skip to content

Commit

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

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

## Toit

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

## TOML

- [TOML](https://packagecontrol.io/packages/TOML)
Expand Down
12 changes: 12 additions & 0 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3375,6 +3375,18 @@
}
]
},
"file_type_toit": {
"color": "orange",
"syntaxes": [
{
"extensions": [
"toit"
],
"name": "Plain Text (TOIT)",
"scope": "source.toit"
}
]
},
"file_type_toml": {
"color": "cyan",
"syntaxes": [
Expand Down
Binary file added icons/multi/file_type_toit.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_toit.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_toit.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_toit.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.toit</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_toit</string>
</dict>
</dict>
</plist>
Empty file added tests/file_type_toit.toit
Empty file.

0 comments on commit 22a5db9

Please sign in to comment.