Skip to content

Commit dda8eee

Browse files
committed
Add LiveScript icon
1 parent 60e179e commit dda8eee

11 files changed

Lines changed: 31 additions & 0 deletions

PACKAGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ This file contains a list of possible packages you may need to install to see th
209209

210210
- [Siteleaf Liquid Syntax](https://packagecontrol.io/packages/Siteleaf%20Liquid%20Syntax)
211211

212+
## LiveScript
213+
214+
- [LiveScript](https://packagecontrol.io/packages/LiveScript)
215+
212216
## LSL
213217

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

icons/icons.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1816,6 +1816,18 @@
18161816
}
18171817
]
18181818
},
1819+
"file_type_livescript": {
1820+
"color": "sky",
1821+
"syntaxes": [
1822+
{
1823+
"extensions": [
1824+
"ls"
1825+
],
1826+
"name": "Plain Text (LiveScript)",
1827+
"scope": "source.livescript, source.LiveScript"
1828+
}
1829+
]
1830+
},
18191831
"file_type_lisp": {
18201832
"color": "red",
18211833
"syntaxes": [
385 Bytes
Loading
547 Bytes
Loading
635 Bytes
Loading
286 Bytes
Loading
423 Bytes
Loading
513 Bytes
Loading

icons/svg/file_type_livescript.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<plist version="1.0">
3+
<dict>
4+
<key>scope</key>
5+
<string>source.LiveScript, source.livescript</string>
6+
<key>settings</key>
7+
<dict>
8+
<key>icon</key>
9+
<string>file_type_livescript</string>
10+
</dict>
11+
</dict>
12+
</plist>

0 commit comments

Comments
 (0)