Commit 8b5aedba authored by FichteFoll's avatar FichteFoll

Merge pull request #3948 from davidpeckham/master

Split Sublime Text 2 support into a branch
parents c97d1b50 69298c32
...@@ -448,10 +448,15 @@ ...@@ -448,10 +448,15 @@
{ {
"name": "Filter Lines", "name": "Filter Lines",
"details": "https://github.com/davidpeckham/FilterLines", "details": "https://github.com/davidpeckham/FilterLines",
"labels": ["search"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"branch": "master" "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