Commit 9241a61f authored by thatsIch's avatar thatsIch Committed by FichteFoll

Added rainmeter to r.json for sublime text 3 on windows with new maintainer (#5941)

* Added rainmeter to r.json for sublime text 3 on windows with new maintainer

* Migrated original Rainmeter repository from channel.json as base of new Rainmeter namespace

* Changed min version to 2092 due to .sublime-syntax usage

* Added specific tag to handle incompatible plugin since 3092
parent 9d69d3eb
......@@ -74,7 +74,6 @@
"https://raw.githubusercontent.com/Medalink/laravel-blade/master/packages.json",
"https://raw.githubusercontent.com/mekwall/obsidian-color-scheme/master/packages.json",
"https://raw.githubusercontent.com/Mendor/sublime-erlyman/master/packages.json",
"https://raw.githubusercontent.com/merlinthered/sublime-rainmeter/master/packages.json",
"https://raw.githubusercontent.com/mischah/Console-API-Snippets/master/packages.json",
"https://raw.githubusercontent.com/Mozillion/SublimeSpeech/master/packages.json",
"https://raw.githubusercontent.com/naomichi-y/string_counter/master/packages.json",
......
......@@ -239,6 +239,29 @@
}
]
},
{
"name": "Rainmeter",
"details": "https://github.com/thatsIch/sublime-rainmeter",
"labels": ["rainmeter"],
"releases": [
{
"base": "https://github.com/merlinthered/sublime-rainmeter",
"sublime_text": "<3000",
"platforms": ["windows"],
"tags": true
},
{
"sublime_text": "<3092",
"platforms": ["windows"],
"tags": "st3092-"
},
{
"sublime_text": ">=3092",
"platforms": ["windows"],
"tags": true
}
]
},
{
"details": "https://github.com/SublimeText/Rake",
"releases": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment