Commit dc724b92 authored by FichteFoll's avatar FichteFoll

Merge pull request #5418 from einomi/master

Separate HTML Typograph versions
parents 68915d1f c51c405b
...@@ -873,8 +873,12 @@ ...@@ -873,8 +873,12 @@
"details": "https://github.com/einomi/sublime-text-typographer", "details": "https://github.com/einomi/sublime-text-typographer",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": ">=3000",
"tags": true "tags": "st3-"
},
{
"sublime_text": "<3000",
"tags": "st2-"
} }
] ]
}, },
......
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