Commit 43e4cbe7 authored by Richard Stein's avatar Richard Stein Committed by Will Bond

Changed LaTeXTools releases (#6316)

* Changed LaTeXTools releases

It now has extra tags for ST2 and older ST3 versions.

* Changed a release tag selector for LaTeXTools
parent d1d582d9
......@@ -341,8 +341,16 @@
"details": "https://github.com/SublimeText/LaTeXTools",
"releases": [
{
"sublime_text": "*",
"tags": true
"sublime_text": "<3000",
"tags": "st2-"
},
{
"sublime_text": "3000 - 3124",
"tags": "st3until3125-"
},
{
"sublime_text": ">=3125",
"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