Commit 41a2db46 authored by FichteFoll's avatar FichteFoll

Merge pull request #3332 from fitnr/master

Add CSSTidy ST3 Support
parents 5ea09416 e52c4ff5
...@@ -1957,6 +1957,10 @@ ...@@ -1957,6 +1957,10 @@
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://github.com/fitnr/SublimeCSSTidy/tree/st2"
},
{
"sublime_text": ">2999",
"details": "https://github.com/fitnr/SublimeCSSTidy/tree/master" "details": "https://github.com/fitnr/SublimeCSSTidy/tree/master"
} }
] ]
......
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
}, },
{ {
"sublime_text": ">2999", "sublime_text": ">2999",
"details": "https://github.com/fitnr/SublimeDataConverter/tree/st3" "details": "https://github.com/fitnr/SublimeDataConverter/tree/master"
} }
] ]
}, },
......
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