Commit 69298c32 authored by David Peckham's avatar David Peckham

Split Sublime Text 2 support into a new branch

Thanks to FichteFoll for the tip
parent a24fe078
...@@ -449,22 +449,14 @@ ...@@ -449,22 +449,14 @@
"name": "Filter Lines", "name": "Filter Lines",
"details": "https://github.com/davidpeckham/FilterLines", "details": "https://github.com/davidpeckham/FilterLines",
"labels": ["search"], "labels": ["search"],
"releases": [
{
"sublime_text": ">=3000",
"tags": true
}
]
},
{
"name": "Filter Lines ST2",
"details": "https://github.com/davidpeckham/FilterLines_ST2",
"previous_names": ["Filter Lines"],
"labels": ["search"],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"tags": true "tags": "st2-"
},
{
"sublime_text": ">=3000",
"tags": "st3-"
} }
] ]
}, },
......
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