Commit 4da878bf authored by Tatu Aalto's avatar Tatu Aalto Committed by FichteFoll

To suport plugin in different versions of Sublime (#5436)

parent 9787097f
...@@ -1079,8 +1079,12 @@ ...@@ -1079,8 +1079,12 @@
"details": "https://github.com/andriyko/sublime-robot-framework-assistant", "details": "https://github.com/andriyko/sublime-robot-framework-assistant",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "<3000",
"tags": "st2-" "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