Commit c445a8ab authored by Leonardo Rodriguez's avatar Leonardo Rodriguez

Adding support for Sublime Text 3 to QuickSimplenote using tags

parent 425eb0ed
......@@ -195,7 +195,11 @@
"releases": [
{
"sublime_text": "<3000",
"tags": true
"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