Skip to content

Commit

Permalink
Add Yue icon
Browse files Browse the repository at this point in the history
Add YueScript icon to related files (`.yue`).
  • Loading branch information
mataha committed May 28, 2024
1 parent d924af8 commit d7d005e
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 0 deletions.
12 changes: 12 additions & 0 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3954,6 +3954,18 @@
],
"color": "purple"
},
"file_type_yue": {
"color": "graphite",
"syntaxes": [
{
"extensions": [
"yue"
],
"name": "Plain Text (YueScript)",
"scope": "source.yue"
}
]
},
"file_type_zig": {
"color": "yellow",
"syntaxes": [
Expand Down
Binary file added icons/multi/file_type_yue.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_yue.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_yue.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_yue.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.yue</string>
<key>settings</key>
<dict>
<key>icon</key>
<string>file_type_yue</string>
</dict>
</dict>
</plist>
Empty file added tests/file_type_yue.yue
Empty file.
Empty file added tests/no.yue
Empty file.

0 comments on commit d7d005e

Please sign in to comment.