Unverified Commit 25074b3c authored by Thomas Smith's avatar Thomas Smith Committed by GitHub

Merge pull request #7153 from jrappen/master

[DistractionFreeWindow] separate tag prefixes
parents 4a1a624a 4ff46ce6
...@@ -807,8 +807,12 @@ ...@@ -807,8 +807,12 @@
"labels": ["fullscreen", "distraction-free"], "labels": ["fullscreen", "distraction-free"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "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