feat(SublimeText2.EditorPackages): cache packages

This commit is contained in:
Iristyle
2013-04-04 08:55:15 -04:00
parent d65666cdfc
commit c3efdad2c2
274 changed files with 26863 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[
{ "keys": ["super+shift+7"], "command": "xml_entitize", "scope": "text.xml" },
{ "keys": ["super+ctrl+7"], "command": "xml_deentitize", "scope": "text.xml" },
{ "keys": ["super+shift+7"], "command": "html_entitize" },
{ "keys": ["super+ctrl+7"], "command": "html_deentitize" },
{ "keys": ["super+shift+8"], "command": "json_escape" },
{ "keys": ["super+ctrl+8"], "command": "json_unescape" },
{ "keys": ["super+shift+6"], "command": "base64_encode" },
{ "keys": ["super+ctrl+6"], "command": "base64_decode" },
{ "keys": ["super+shift+5"], "command": "url_encode" },
{ "keys": ["super+ctrl+5"], "command": "url_decode" },
{ "keys": ["ctrl+shift+r"], "command": "escape_regex" },
{ "keys": ["super+ctrl+3"], "command": "hex_dec" }
]