Skip to content

Commit 2191b82

Browse files
committed
Merge branch 'develop'
2 parents 2287644 + 5f354df commit 2191b82

24 files changed

+91
-23
lines changed

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: 71 additions & 22 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": [
@@ -1845,14 +1857,39 @@
18451857
},
18461858
"file_type_lock": {
18471859
"aliases": [
1860+
{
1861+
"base": "source.json",
1862+
"extensions": [
1863+
"package-lock.json"
1864+
],
1865+
"name": "JSON (Lock)",
1866+
"scope": "source.json.lock"
1867+
},
1868+
{
1869+
"base": "source.toml",
1870+
"extensions": [
1871+
"Cargo.lock",
1872+
"Gopkg.lock",
1873+
"uv.lock"
1874+
],
1875+
"name": "TOML (Lock)",
1876+
"scope": "source.toml.lock"
1877+
},
18481878
{
18491879
"base": "source.yaml",
18501880
"extensions": [
1851-
"Gemfile.lock",
1852-
"Berksfile.lock"
1881+
"yarn.lock"
18531882
],
18541883
"name": "YAML (Lock)",
18551884
"scope": "source.yaml.lock"
1885+
},
1886+
{
1887+
"extensions": [
1888+
"Gemfile.lock",
1889+
"Berksfile.lock"
1890+
],
1891+
"name": "Text Plain (Lock)",
1892+
"scope": "text.plain.lock"
18561893
}
18571894
],
18581895
"color": "red"
@@ -2180,7 +2217,6 @@
21802217
{
21812218
"base": "source.json",
21822219
"extensions": [
2183-
"package-lock.json",
21842220
"package.json"
21852221
],
21862222
"name": "JSON (NPM)",
@@ -2985,6 +3021,20 @@
29853021
},
29863022
"file_type_settings": {
29873023
"aliases": [
3024+
{
3025+
"extensions": [
3026+
"Doxyfile",
3027+
"DoxyfileTemplate",
3028+
"Doxyfile.version",
3029+
"Doxyfile.aliases",
3030+
"Doxyfile.rfc",
3031+
"Doxyfile.base",
3032+
"Doxyfile.inc",
3033+
"Doxyfile.include"
3034+
],
3035+
"name": "INI (Doxyfile)",
3036+
"scope": "source.ini.doxyfile"
3037+
},
29883038
{
29893039
"base": "source.json",
29903040
"extensions": [
@@ -3012,25 +3062,27 @@
30123062
"syntaxes": [
30133063
{
30143064
"extensions": [
3015-
"fmt",
3065+
".buckconfig",
3066+
".coveragerc",
3067+
".flake8",
3068+
".flowconfig",
3069+
".hgrc",
3070+
".pycodestyle",
3071+
".pylintrc",
3072+
".style.yapf",
3073+
"avpreset",
30163074
"cfg",
3017-
"ini",
3075+
"conf",
3076+
"desktop",
3077+
"ffpreset",
30183078
"inf",
3079+
"ini",
3080+
"lektorproject",
30193081
"lng",
3020-
"pbk",
3082+
"pycodestyle",
3083+
"pylintrc",
30213084
"url",
3022-
"conf",
3023-
"config",
3024-
"Doxyfile",
3025-
"DoxyfileTemplate",
3026-
"DoxyfileTemplate.cfg",
3027-
"Doxyfile.version",
3028-
"Doxyfile.aliases",
3029-
"Doxyfile.rfc",
3030-
"Doxyfile.base",
3031-
"Doxyfile.inc",
3032-
"Doxyfile.include",
3033-
"buildozer.spec"
3085+
"vlcrc"
30343086
],
30353087
"name": "Plain Text (INI)",
30363088
"scope": "source.ini"
@@ -3566,8 +3618,6 @@
35663618
"extensions": [
35673619
"toml",
35683620
"tml",
3569-
"Cargo.lock",
3570-
"Gopkg.lock",
35713621
"Pipfile"
35723622
],
35733623
"name": "Plain Text (TOML)",
@@ -4076,8 +4126,7 @@
40764126
"base": "source.yaml",
40774127
"extensions": [
40784128
".yarnrc.yaml",
4079-
".yarnrc.yml",
4080-
"yarn.lock"
4129+
".yarnrc.yml"
40814130
],
40824131
"name": "YAML (Yarn)",
40834132
"scope": "source.yaml.yarn"
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)