Unverified Commit 4ff46ce6 authored by Johannes Rappen's avatar Johannes Rappen Committed by GitHub

[DistractionFreeWindow] separate tag prefixes

parent 4a1a624a
...@@ -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