Commit 6c9a3611 authored by FichteFoll's avatar FichteFoll

Merge pull request #3938 from sickmartian/master

Adding support for Sublime Text 3 to QuickSimplenote using tags
parents f701a805 c445a8ab
......@@ -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