Commit 7e0423cf authored by Jens Voegler's avatar Jens Voegler

changes for supporting different sublime text version

add tags and sublime 3 in json
parent 8d31a50f
......@@ -226,7 +226,11 @@
"releases":[
{
"sublime_text": "<3000",
"details": "https://github.com/TUD-INF-IAI-MCI/AgsbsMarkdownPlugin/tree/master"
"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