Commit 1d031588 authored by Hardy Jones's avatar Hardy Jones

Merge pull request #2181 from klorenz/master

dynamic command help, SyntaxHighlightTools ST3 compatible, speed improvements
parents 212560cd 644a0e40
...@@ -899,6 +899,16 @@ ...@@ -899,6 +899,16 @@
} }
] ]
}, },
{
"name": "Command Help",
"details": "https://bitbucket.org/klorenz/sublimecommandhelp",
"releases": [
{
"sublime_text": "*",
"details": "https://bitbucket.org/klorenz/sublimecommandhelp/src/default"
}
]
},
{ {
"name": "CommandOnSave", "name": "CommandOnSave",
"details": "https://github.com/klaascuvelier/ST2-CommandOnSave", "details": "https://github.com/klaascuvelier/ST2-CommandOnSave",
......
...@@ -2116,7 +2116,7 @@ ...@@ -2116,7 +2116,7 @@
"details": "https://bitbucket.org/klorenz/syntaxhighlighttools", "details": "https://bitbucket.org/klorenz/syntaxhighlighttools",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://bitbucket.org/klorenz/syntaxhighlighttools/src/default" "details": "https://bitbucket.org/klorenz/syntaxhighlighttools/src/default"
} }
] ]
......
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