├── tests ├── __init__.py └── test.py ├── .gitattributes ├── .hgignore ├── .gitignore ├── .travis.yml ├── readme.creole └── repositories.json /tests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | text eol=lf 2 | -------------------------------------------------------------------------------- /.hgignore: -------------------------------------------------------------------------------- 1 | syntax:glob 2 | .git/ 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | .hg 3 | *.pyc 4 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | language: python 2 | python: 3 | - "2.7" 4 | #command to run tests 5 | script: nosetests 6 | -------------------------------------------------------------------------------- /tests/test.py: -------------------------------------------------------------------------------- 1 | import json 2 | 3 | def test_json_is_valid(): 4 | fp = open("repositories.json") 5 | json.load(fp) 6 | -------------------------------------------------------------------------------- /readme.creole: -------------------------------------------------------------------------------- 1 | = Sublime Package Control Default Channel 2 | 3 | The {{{repositories.json}}} file contains a list of Package Control 4 | repositories for use with the Package Control package manager for Sublime 5 | Text 2. It is published at https://sublime.wbond.net/repositories.json and is 6 | included with Package Control as the default channel. 7 | 8 | Please be sure to follow the instructions at 9 | http://wbond.net/sublime_packages/package_control/package_developers to help 10 | the process of adding your package go smoothly. -------------------------------------------------------------------------------- /repositories.json: -------------------------------------------------------------------------------- 1 | { 2 | "schema_version": "1.2", 3 | "repositories": [ 4 | "https://github.com/SublimeText", 5 | "http://sublime.wbond.net/packages.json", 6 | "http://wuub.net/packages.json", 7 | "https://bitbucket.org/abraly/zap-gremlins", 8 | "https://bitbucket.org/artyom_smirnov/sublimetext2-packages/raw/master/packages.json", 9 | "https://bitbucket.org/asmodai/hexcode", 10 | "https://bitbucket.org/asmodai/shaderlanguages", 11 | "https://bitbucket.org/bgs_public/papyrus", 12 | "https://bitbucket.org/CDuke/sublime-tfs", 13 | "https://bitbucket.org/Clams/pasteselonclick", 14 | "https://bitbucket.org/Clams/sublimepastecolumn", 15 | "https://bitbucket.org/Clams/sublimesystemverilog", 16 | "https://bitbucket.org/cryzed/sweylas-color-theme-generator", 17 | "https://bitbucket.org/DanielSiepmann/typo3-fluid-snippets", 18 | "https://bitbucket.org/danpe/quick-rails", 19 | "https://bitbucket.org/do/smartmovetotheeol", 20 | "https://bitbucket.org/dotCypress/coffeelint", 21 | "https://bitbucket.org/dotCypress/haskellbuddy", 22 | "https://bitbucket.org/hullabaloo/sublime-http-response-headers-snippets", 23 | "https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json", 24 | "https://bitbucket.org/klorenz/projectspecific", 25 | "https://bitbucket.org/klorenz/wrapcommand", 26 | "https://bitbucket.org/Korcholis/andrew", 27 | "https://bitbucket.org/lewisjosh/buffersbackup", 28 | "https://bitbucket.org/markstahler/insert-nums", 29 | "https://bitbucket.org/nwjlyons/copy-file-name", 30 | "https://bitbucket.org/nwjlyons/google-search", 31 | "https://bitbucket.org/PhillSparks/sublimesourcetree", 32 | "https://bitbucket.org/pjv/setdjangosyntax", 33 | "https://bitbucket.org/rablador/quickref", 34 | "https://bitbucket.org/StephaneBunel/pythonpep8autoformat", 35 | "https://bitbucket.org/thejeshgn/hg4subl", 36 | "https://github.com/a-sk/livecss", 37 | "https://github.com/a-sk/sublime-build-on-save", 38 | "https://github.com/a-sk/sublime-ipython-integration", 39 | "https://github.com/a-sk/SublimeSurroundWithSnippet", 40 | "https://github.com/a-sk/SublimeTabular", 41 | "https://github.com/a1fred/SublimeGoogle", 42 | "https://github.com/aaronpowell/sublime-jquery-snippets", 43 | "https://github.com/aaronpowell/Sublime-KnockoutJS-Snippets", 44 | "https://github.com/achayan/sublimePyQtSearch", 45 | "https://github.com/adamchainz/SublimeFiglet", 46 | "https://github.com/adamchainz/SublimeHTMLMustache", 47 | "https://github.com/adamchainz/SublimeMoveTabs", 48 | "https://github.com/adamchainz/SublimeSwitchViewInGroup", 49 | "https://github.com/adampresley/sublime-js-minify", 50 | "https://github.com/adampresley/sublime-view-in-browser", 51 | "https://github.com/aery32/sublime-aery32", 52 | "https://github.com/agibsonsw/AndyEdits", 53 | "https://github.com/agibsonsw/AndyJS2", 54 | "https://github.com/agibsonsw/AndyPHP", 55 | "https://github.com/agibsonsw/AndyPython", 56 | "https://github.com/agibsonsw/HTMLAttributes", 57 | "https://github.com/agibsonsw/QuickPrint", 58 | "https://github.com/akira-cn/sublime-gbk", 59 | "https://github.com/akira-cn/sublime-v8", 60 | "https://github.com/akrabat/SublimeFunctionNameDisplay", 61 | "https://github.com/al63/SublimeFiles", 62 | "https://github.com/alek-sys/ChangeTracker", 63 | "https://github.com/alek-sys/sublimetext_indentxml", 64 | "https://github.com/AlexanderBrevig/sublime-Spark", 65 | "https://github.com/AlexanderZaytsev/neat-sass-snippets", 66 | "https://github.com/AlexanderZaytsev/SublimeText2RailsFileSwitcher", 67 | "https://github.com/alexandresalome/sublime-alom", 68 | "https://github.com/alexnj/SublimeOnSaveBuild", 69 | "https://github.com/alexpls/Rails-Latest-Migration", 70 | "https://github.com/alexstaubo/sublime_text_alternative_autocompletion", 71 | "https://github.com/alexstrat/PEGjs.tmbundle", 72 | "https://github.com/alienhard/SublimeAllAutocomplete", 73 | "https://github.com/AllStruck/Sublime-Text-2-Revert-All-Files", 74 | "https://github.com/ALLZ/hex-bin_system", 75 | "https://github.com/ALLZ/hextoASCII", 76 | "https://github.com/alnkpa/sublimeprolog", 77 | "https://github.com/ameyp/CscopeSublime", 78 | "https://github.com/amireh/SwitchScript", 79 | "https://github.com/amokan/ST2-Backbone.Marionette", 80 | "https://github.com/angular-ui/AngularJs.tmbundle", 81 | "https://github.com/Anomareh/PHP-Twig.tmbundle", 82 | "https://github.com/aparajita/Cappuccino-Sublime", 83 | "https://github.com/Apathetic012/JustPaste", 84 | "https://github.com/aphex/SuperAnt", 85 | "https://github.com/arnoldclark/ac-ruby-snippets", 86 | "https://github.com/aroscoe/Hex-to-RGBA", 87 | "https://github.com/artemk/Sublime-Apidock", 88 | "https://github.com/artkorsun/DelphiStyleBookmarks", 89 | "https://github.com/astronaughts/SublimeOpenFromPath", 90 | "https://github.com/astronaughts/SublimePHPBuiltinWebServer", 91 | "https://github.com/astropanic/Compline", 92 | "https://github.com/asux/sublime-capybara-snippets", 93 | "https://github.com/atadams/Hex-to-HSL-Color", 94 | "https://github.com/austinhappel/sublime-csslint", 95 | "https://github.com/axel22/sublime-javap", 96 | "https://github.com/Azd325/sublime-text-caniuse", 97 | "https://github.com/aziz/PlainTasks", 98 | "https://github.com/b-g/processing-sublime", 99 | "https://github.com/b3ni/Sublime-Fabric", 100 | "https://github.com/balazstth/subl-esp", 101 | "https://github.com/bartTC/SubDpaste", 102 | "https://github.com/bbonora/SublimeCMSMadeSimple", 103 | "https://github.com/bcharbonnier/SublimeFileSync", 104 | "https://github.com/beefsack/unrealscript-sublime", 105 | "https://github.com/belike81/Sublime-File-Navigator", 106 | "https://github.com/benjamin-smith/sublime-text-silverstripe", 107 | "https://github.com/benmatselby/sublime-phpcs", 108 | "https://github.com/benmatselby/sublime-phpdocumentor", 109 | "https://github.com/benmatselby/sublime-pman", 110 | "https://github.com/Benvie/JavaScriptNext.tmLanguage", 111 | "https://github.com/berfarah/LESS-build-sublime", 112 | "https://github.com/bernatfortet/sublime-frontend-delight", 113 | "https://github.com/bgreenlee/sublime-github", 114 | "https://github.com/biermeester/Pylinter", 115 | "https://github.com/billymoon/LoremIpsum", 116 | "https://github.com/billymoon/Stylus", 117 | "https://github.com/bistory/Sublime-Minifier", 118 | "https://github.com/bit101/STProjectMaker", 119 | "https://github.com/bizoo/MultiTaskBuild", 120 | "https://github.com/bizoo/SortTabs", 121 | "https://github.com/blackjk3/threejs-sublime", 122 | "https://github.com/bmc/ST2SyntaxFromFileName", 123 | "https://github.com/bnu/sublime-xpressengine", 124 | "https://github.com/bobthecow/sublime-sane-snippets", 125 | "https://github.com/borysf/Sublimerge", 126 | "https://github.com/BoundInCode/AutoFileName", 127 | "https://github.com/BoundInCode/Display-Functions", 128 | "https://github.com/BoundInCode/st2-refresh-theme", 129 | "https://github.com/bradleyboy/TidyTabs-Sublime", 130 | "https://github.com/braindamageinc/SublimeHttpRequester", 131 | "https://github.com/brandonhilkert/TomDoc-Sublime", 132 | "https://github.com/BrianGilbert/Sublime-Text-2-Goto-Drupal-API", 133 | "https://github.com/brianriley/sublime-dpaste", 134 | "https://github.com/brynbellomy/Sublime-Aqueducts", 135 | "https://github.com/buymeasoda/soda-theme", 136 | "https://github.com/cabeca/SublimeChef", 137 | "https://github.com/cafarm/aqua-theme", 138 | "https://github.com/cakephp/cakephp-tmbundle", 139 | "https://github.com/carlcalderon/sublime-color-schemes", 140 | "https://github.com/carlo/sublime-underscorejs-snippets", 141 | "https://github.com/catalinc/WebSearch", 142 | "https://github.com/cbumgard/SublimeListenr", 143 | "https://github.com/ccampbell/sublime-smart-match", 144 | "https://github.com/ccreutzig/sublime-MuPAD", 145 | "https://github.com/cgutierrez/JsMinifier", 146 | "https://github.com/chagel/itodo", 147 | "https://github.com/charlesroper/DobDark-Theme", 148 | "https://github.com/chiappone/Sublime-SBT-Runner", 149 | "https://github.com/chriskempson/base16-textmate", 150 | "https://github.com/chrislongo/Pig", 151 | "https://github.com/chrislongo/QuickThemes", 152 | "https://github.com/Cipscis/Papyrus_Assembly", 153 | "https://github.com/claudiosmweb/wordpress-readme-to-markdown", 154 | "https://github.com/clemos/haxe-sublime2-bundle", 155 | "https://github.com/clintberry/sublime-text-2-ini", 156 | "https://github.com/cluther/SublimeZenoss", 157 | "https://github.com/cockscomb/SublimeMakeExecutable", 158 | "https://github.com/cockscomb/SublimePerldoc", 159 | "https://github.com/codecarson/SublimeSuperSelect", 160 | "https://github.com/compleatang/sublimetext-pastepdf", 161 | "https://github.com/condemil/Gist", 162 | "https://github.com/contradictioned/mips-syntax", 163 | "https://github.com/coretick/SimpleTestingSublime", 164 | "https://github.com/cpojer/grid6-sublime", 165 | "https://github.com/CraigWilliams/BeautifyRuby", 166 | "https://github.com/CraigWilliams/TestChooser", 167 | "https://github.com/crazybyte/SublimeReadOnlyBuffer", 168 | "https://github.com/CrypticTemple/sublime-xml-guesser", 169 | "https://github.com/cthackers/SublimeGoBuild", 170 | "https://github.com/cyphactor/sublime_guard", 171 | "https://github.com/cyrilf7/Sublimipsum", 172 | "https://github.com/d0ugal/RstPreview", 173 | "https://github.com/daaain/Handlebars", 174 | "https://github.com/dacap/sublime-shrink-whitespaces", 175 | "https://github.com/dafrancis/Sublime-Text--cdnjs", 176 | "https://github.com/damien-biasotto/Help", 177 | "https://github.com/DamnWidget/SublimePySide", 178 | "https://github.com/dangelov/hasher", 179 | "https://github.com/danielfrey/sublime-cucumber-step-finder", 180 | "https://github.com/danielhopkins/sublime-view-movement", 181 | "https://github.com/danielsd/ASPComment", 182 | "https://github.com/danro/LESS-sublime", 183 | "https://github.com/danro/refined-theme", 184 | "https://github.com/DaQuirm/base64-fold", 185 | "https://github.com/daris/sublime-kwrite-color-scheme", 186 | "https://github.com/darkdelphin/Html-compressor", 187 | "https://github.com/darrenderidder/Sublime-JSLint", 188 | "https://github.com/datevid/sublime-text-doctypes", 189 | "https://github.com/davepeck/DirectorySettings", 190 | "https://github.com/davezatch/Media-Query-Snippets", 191 | "https://github.com/davidjrice/sublime-eco", 192 | "https://github.com/davidrios/jade-tmbundle", 193 | "https://github.com/davisagli/SublimePythonCoverage", 194 | "https://github.com/daylerees/colour-schemes", 195 | "https://github.com/dbaines/DotNetNuke-SublimeText-2-Snippets", 196 | "https://github.com/dbousamra/sublime-rst-completion", 197 | "https://github.com/dbp/sublime-rust", 198 | "https://github.com/dedg3/sublime-magento-TemplateCopy", 199 | "https://github.com/demon386/SmartMarkdown", 200 | "https://github.com/dev4dev/blade-snippets", 201 | "https://github.com/devtellect/sublime-jquery-mobile-snippets", 202 | "https://github.com/devtellect/sublime-twitter-bootstrap-snippets", 203 | "https://github.com/dexnode/sublime-yii-snippets", 204 | "https://github.com/dgjnpr/subl.slax.package", 205 | "https://github.com/dhoelzgen/iced-coffee-script-tmbundle", 206 | "https://github.com/diemer/RubyMotionSublimeCompletions", 207 | "https://github.com/diestrin/nodejsLauncher", 208 | "https://github.com/Dillonb/SublimeSourcePawn", 209 | "https://github.com/Dimillian/Sublime-Hacker-News-Reader", 210 | "https://github.com/DisposaBoy/GoSublime", 211 | "https://github.com/disq/HighlightWhitespaces", 212 | "https://github.com/Dixens/sublime-text-pyrocms-snippets", 213 | "https://github.com/djjcast/mirodark-st2", 214 | "https://github.com/dotmaster/SublimeExpandSelectionToLineBefore", 215 | "https://github.com/dotty/HackerNews-SublimeTextPlugin", 216 | "https://github.com/doublerebel/filezilla_import", 217 | "https://github.com/dougalsutherland/sublime-stan", 218 | "https://github.com/draffter/FollowFunctionPHP", 219 | "https://github.com/dreadatour/Flake8Lint", 220 | "https://github.com/dreadatour/Pep8Lint", 221 | "https://github.com/dreadatour/RPMSpec", 222 | "https://github.com/drewda/cucumber-sublime2-bundle", 223 | "https://github.com/drhayes/sublime-impactjs", 224 | "https://github.com/drikin/OpenFileList", 225 | "https://github.com/drslump/sublime-boo", 226 | "https://github.com/duereg/sublime-jsvalidate", 227 | "https://github.com/duydao/Text-Pastry", 228 | "https://github.com/dylan-lang/dylan.tmbundle", 229 | "https://github.com/dz0ny/LiveReload-sublimetext2", 230 | "https://github.com/dzhibas/SublimePrettyJson", 231 | "https://github.com/EastPoint/Sublime-AngularJS-Coffee-Completions", 232 | "https://github.com/eBookArchitects/Incrementor", 233 | "https://github.com/eddorre/SublimeERB", 234 | "https://github.com/edgar/RubyCheckOnSave", 235 | "https://github.com/edubkendo/sublime-coffeescript-function-finder", 236 | "https://github.com/edubkendo/SublimeJRubyFXML", 237 | "https://github.com/ehamiter/ST2-GitHubinator", 238 | "https://github.com/ehuss/Sublime-Column-Select", 239 | "https://github.com/ehuss/Sublime-Wrap-Plus", 240 | "https://github.com/eibbors/Bubububububad", 241 | "https://github.com/eladyarkoni/MySignaturePlugin", 242 | "https://github.com/EleazarCrusader/nexus-theme", 243 | "https://github.com/electricgraffitti/sublime-theme-Cube2", 244 | "https://github.com/eliquious/Python-Auto-Complete", 245 | "https://github.com/eliquious/Red-Planet-Theme", 246 | "https://github.com/elomarns/auto-encoding-for-ruby", 247 | "https://github.com/eltimn/sublime-lift", 248 | "https://github.com/epitron/Julia-sublime", 249 | "https://github.com/ericclemmons/sublime-typescript", 250 | "https://github.com/erichard/SublimeCTagsPHP", 251 | "https://github.com/ericmartel/Sublime-Text-2-CSV-Plugin", 252 | "https://github.com/ericmartel/Sublime-Text-2-Perforce-Plugin", 253 | "https://github.com/ericmartel/Sublime-Text-2-Search-Anywhere-Plugin", 254 | "https://github.com/ericmartel/Sublime-Text-2-Stackoverflow-Plugin", 255 | "https://github.com/erinata/BuildParts", 256 | "https://github.com/erinata/SublimeBullet", 257 | "https://github.com/erinata/SublimeMarkdownBuild", 258 | "https://github.com/erinata/SublimeRspecBuild", 259 | "https://github.com/erinata/SublimeTradsim", 260 | "https://github.com/Etsur/EE-ST2", 261 | "https://github.com/euler0/sublime-glsl", 262 | "https://github.com/Eun/CustomTasks", 263 | "https://github.com/fabiocorneti/SublimeTextGitX", 264 | "https://github.com/fabiokr/sublime-related-files", 265 | "https://github.com/facelessuser/BracketHighlighter", 266 | "https://github.com/facelessuser/ExportHtml", 267 | "https://github.com/facelessuser/FavoriteFiles", 268 | "https://github.com/facelessuser/FuzzyFileNav", 269 | "https://github.com/facelessuser/HexViewer", 270 | "https://github.com/facelessuser/PlistJsonConverter", 271 | "https://github.com/facelessuser/RegReplace", 272 | "https://github.com/facelessuser/ScopeHunter", 273 | "https://github.com/fanzheng/Sublime.Markdown2Clipboard", 274 | "https://github.com/fbird/Sublime-Pomodoro", 275 | "https://github.com/fbzhong/sublime-closure-linter", 276 | "https://github.com/fbzhong/sublime-jslint", 277 | "https://github.com/feugenix/BEMHTMLSublime", 278 | "https://github.com/ffesseler/sublimetext-websequencediagrams", 279 | "https://github.com/fitnr/SublimeCSSTidy", 280 | "https://github.com/fitnr/SublimeDataConverter", 281 | "https://github.com/fitzagard/li3_sublime", 282 | "https://github.com/fjl/Sublime-Missing-Palette-Commands", 283 | "https://github.com/FlavourSys/Perv-ColorScheme", 284 | "https://github.com/fmaj7/Mason", 285 | "https://github.com/forty-two/NightCycle", 286 | "https://github.com/Foxboron/ClojureDoc-Search", 287 | "https://github.com/Foxboron/SublimeClojure", 288 | "https://github.com/FPtje/Sublime-GLua-Highlight", 289 | "https://github.com/francodacosta/composer-sublime", 290 | "https://raw.github.com/francodacosta/sublime-php-getters-setters/master/packages.json", 291 | "https://github.com/frankban/UbuntuPaste", 292 | "https://github.com/fredpointzero/UnityBuild", 293 | "https://github.com/friskfly/Youdao-Translate-For-Sublime", 294 | "https://github.com/frou/CFeather", 295 | "https://github.com/frou/Sundried", 296 | "https://github.com/frozenice-/RenameTab", 297 | "https://github.com/fukayatsu/SublimeTweetLine", 298 | "https://github.com/FunkMonkey/SublimeResizeActiveGroup", 299 | "https://github.com/fushnisoft/SublimeClarion", 300 | "https://github.com/geoffroymontel/supercollider-package-for-sublime-text", 301 | "https://github.com/GerjanOnline/SublimeFileCleanup", 302 | "https://github.com/GianlucaGuarini/SublimeText2-Parallel-Builder-Plugin", 303 | "https://github.com/gillibrand/expand-selection-to-function-js", 304 | "https://github.com/gja/sublime-rmate", 305 | "https://github.com/gja/sublime-text-2-jasmine", 306 | "https://github.com/glyph/E-Max", 307 | "https://github.com/gordio/ToggleBool", 308 | "https://github.com/gornostal/Modific", 309 | "https://github.com/gorte/ST2-Whitespaces", 310 | "https://github.com/graarh/sublime-AutoPHPDollar", 311 | "https://github.com/Grafikart/Open-Browser-SublimeText2-Plugin", 312 | "https://github.com/groenewege/mdTodo", 313 | "https://github.com/grundprinzip/sublemacspro", 314 | "https://github.com/grundprinzip/sublime-dblp", 315 | "https://github.com/guillaumebort/play2-sublimetext2", 316 | "https://github.com/gumuz/currentscope", 317 | "https://github.com/hachesilva/Comment-Snippets", 318 | "https://github.com/hairyhum/SublimeStylishHaskell", 319 | "https://github.com/halfninja/SublimeFreeMarker", 320 | "https://github.com/haraken3/SublimeRubyMotionBuilder", 321 | "https://github.com/harrism/sublimetext-cuda-cpp", 322 | "https://github.com/hayaku/hayaku", 323 | "https://github.com/hdemirchian/CSSFormat", 324 | "https://github.com/heelhook/mongomapper-sublime-text2-snippets", 325 | "https://github.com/henrikpersson/rsub", 326 | "https://github.com/hoest/sublimetext-fsharp", 327 | "https://github.com/hoest/SublimeXSLT", 328 | "https://github.com/iafan/SublimeTextPreview", 329 | "https://github.com/iamjessu/sublime-SplitScreen-Resizer", 330 | "https://github.com/ichbinadrian/Summerfruit", 331 | "https://github.com/idosela/sublime_new_from_selection", 332 | "https://github.com/ignacysokolowski/SublimeTagWrapper", 333 | "https://github.com/ignacysokolowski/SublimeVintageNumbers", 334 | "https://github.com/iltempo/sublime-text-2-hash-syntax", 335 | "https://github.com/ilyakam/ParentalControl", 336 | "https://github.com/imagentleman/ublime", 337 | "https://github.com/individuo7/Hogan-Build", 338 | "https://github.com/ingshtrom/BlockCursorEverywhere", 339 | "https://github.com/integrum/SublimeRubyCoverage", 340 | "https://github.com/irohiroki/RubyBlockConverter", 341 | "https://github.com/itsgg/Flex-Sublimetext", 342 | "https://github.com/iuliux/SublimeText2-BackThere", 343 | "https://github.com/ivershuo/sublime-aweibo", 344 | "https://github.com/ivershuo/sublime-sublimeweibo", 345 | "https://github.com/jackfranklin/ST2-MDN-Search", 346 | "https://github.com/jamiesun/SublimeEvernote", 347 | "https://github.com/jamiesun/SublimeTalkincode", 348 | "https://github.com/jarhart/SublimeSBT", 349 | "https://github.com/jaumefontal/SASS-Build-SublimeText2", 350 | "https://github.com/jawb/Matrixify", 351 | "https://github.com/jbrooksuk/SublimeWebColors", 352 | "https://github.com/jcartledge/sublime-surround", 353 | "https://github.com/jcartledge/vintage-sublime-surround", 354 | "https://github.com/jclement/SublimePandoc", 355 | "https://github.com/jdc0589/CaseConversion", 356 | "https://github.com/jdc0589/JsFormat", 357 | "https://github.com/jden/AMDtools", 358 | "https://github.com/jden/JsBDD", 359 | "https://github.com/jdiehl/dark-pastel", 360 | "https://github.com/jedy/SublimeReader", 361 | "https://github.com/jf8073/sublime-snake", 362 | "https://github.com/jfairbank/Sublime-Text-2-OpenEdge-ABL", 363 | "https://github.com/jfromaniello/Grandson-of-Obsidian", 364 | "https://github.com/jfromaniello/sublime-html-to-jade", 365 | "https://github.com/jfromaniello/sublime-mocha-snippets", 366 | "https://github.com/jfromaniello/sublime-node-require", 367 | "https://github.com/Jimbly/SublimeClipboardHistory", 368 | "https://github.com/jimhawkridge/SublimeABC", 369 | "https://github.com/jims/sublime-sjson", 370 | "https://github.com/jisaacks/GitGutter", 371 | "https://github.com/jlegewie/SublimePeek", 372 | "https://github.com/jlegewie/SublimePeek-R-help", 373 | "https://github.com/jleonard/Async-Snippets", 374 | "https://github.com/jleonard/sublime-text-2-front-end", 375 | "https://github.com/jlong64/sublime_valign", 376 | "https://github.com/jmm/Sublime-Text-Block-Nav/tree/package-control", 377 | "https://github.com/jmm/Sublime-Text-Cycle-Setting/tree/package-control", 378 | "https://github.com/jnordberg/sublime-colorpick", 379 | "https://github.com/jocelynmallon/sublime-text-2-marked", 380 | "https://github.com/jocelynmallon/sublime-text-2-sourcetree", 381 | "https://github.com/joelpt/sublimetext-automatic-backups", 382 | "https://github.com/joelpt/sublimetext-print-to-html", 383 | "https://github.com/JohnNilsson/awk-sublime", 384 | "https://github.com/jonasdp/Snipplr", 385 | "https://github.com/jonbons/Sublime-SQF-Language", 386 | "https://github.com/jonlabelle/Trimmer", 387 | "https://github.com/jonny64/ludik", 388 | "https://github.com/jonschlinkert/pre-sublime", 389 | "https://github.com/josegonzalez/sublimetext-cakephp", 390 | "https://github.com/joseitinerarium/ST2-TiSearch", 391 | "https://github.com/joshnh/CSS-Snippets", 392 | "https://github.com/joshnh/HTML-Snippets", 393 | "https://github.com/jotson/SublimeMagentoIntel", 394 | "https://github.com/jprichardson/sublime-js-snippets", 395 | "https://github.com/jtallant/Genesis", 396 | "https://github.com/jtdeng/GoToDoc", 397 | "https://github.com/jturcotte/SublimeChubyNinja", 398 | "https://github.com/jturcotte/SublimeClipboardPath", 399 | "https://github.com/jturcotte/SublimeCloseOldestFile", 400 | "https://github.com/jturcotte/SublimeSwitchFileDeluxe", 401 | "https://github.com/jugyo/SublimeColorSchemeSelector", 402 | "https://github.com/jugyo/SublimeRecentActiveFiles", 403 | "https://github.com/jugyo/SublimeRSpecNavigator", 404 | "https://github.com/jugyo/SublimeRubyEval", 405 | "https://github.com/jugyo/SublimeRubyToggleString", 406 | "https://github.com/juhasz/drupal_sublime-snippets", 407 | "https://github.com/JulianEberius/SublimeRope", 408 | "https://github.com/julianxhokaxhiu/sublime-projecttreetemplater", 409 | "https://github.com/justnorris/Sublime-Susy", 410 | "https://github.com/k0sukey/ST2-TitaniumDoc", 411 | "https://github.com/kahi/sublime-django-click", 412 | "https://github.com/karthikram/Rtools", 413 | "https://github.com/kek/sublime-expand-selection-to-quotes", 414 | "https://github.com/KELiON/RailsMigrationsList", 415 | "https://github.com/kemayo/sublime-text-2-clipboard-history", 416 | "https://github.com/kemayo/sublime-text-2-git", 417 | "https://github.com/kemayo/sublime-text-2-goto-documentation", 418 | "https://github.com/Kentzo/SortLinesByColumn", 419 | "https://github.com/Kentzo/SublimeMagick", 420 | "https://github.com/keqh/sublime-tmux-syntax-highlight", 421 | "https://github.com/khiltd/Abacus", 422 | "https://github.com/Kindari/SublimeXdebug", 423 | "https://github.com/kizza/CSS-Less-ish", 424 | "https://github.com/klaascuvelier/ST2-CommandOnSave", 425 | "https://github.com/klangfarbe/sublime-maperitive", 426 | "https://github.com/klaussilveira/SublimeNESASM", 427 | "https://github.com/knagy/sublimetext2-todotxt", 428 | "https://github.com/koko1000ban/SublimeGtags", 429 | "https://github.com/kostajh/sublime-taskwarrior", 430 | "https://github.com/kpym/SublimeLaTeXAccents", 431 | "https://github.com/Kristories/Sublime-Mongo-PHP", 432 | "https://github.com/kudanai/sublime-chordpro", 433 | "https://github.com/kuroir/SCSS.tmbundle/tree/SublimeText2", 434 | "https://github.com/kutu/PythonAnywhereEditor", 435 | "https://github.com/kutu/RandomMessage", 436 | "https://github.com/kvs/ST2EmacsModelines", 437 | "https://github.com/kvs/ST2Nginx", 438 | "https://github.com/kvs/ST2Slate", 439 | "https://github.com/kwattro/sublime-behat-snippets", 440 | "https://github.com/Ky6uk/SublimeDancer", 441 | "https://github.com/laravel/sublime-snippets", 442 | "https://github.com/larlequin/PandocAcademic", 443 | "https://github.com/laughedelic/LoadFileToRepl", 444 | "https://github.com/lazyguru/GoToClass", 445 | "https://github.com/leon/YUI-Compressor", 446 | "https://github.com/leonardoce/nimrod-sublime", 447 | "https://github.com/leonardowolter/tubaina-afc", 448 | "https://github.com/leonid-shevtsov/ClickableUrls_SublimeText2", 449 | "https://github.com/leonid-shevtsov/SearchInProject_SublimeText2", 450 | "https://github.com/LewisW/SublimeAutoSemiColon", 451 | "https://github.com/lfont/Sublime-Text-2-GoogleTranslate-Plugin", 452 | "https://github.com/liamr/Zurb-Foundation-Textmate-Bundle", 453 | "https://github.com/lifted-studios/AutoCopyright", 454 | "https://github.com/lingo/sublime-fscompletion", 455 | "https://github.com/lioshi/lioshiScheme", 456 | "https://github.com/lkraider/sublimetext2-apiary-blueprint", 457 | "https://github.com/lmajano/cbox-coldbox-sublime", 458 | "https://github.com/lunixbochs/sublimelint", 459 | "https://github.com/lunixbochs/SublimeXiki", 460 | "https://github.com/luqman/SublimeText2RailsRelatedFiles", 461 | "https://github.com/lvkun/eval_sel", 462 | "https://github.com/madeingnecca/sublime-fillerati", 463 | "https://github.com/madeingnecca/sublime-slug", 464 | "https://github.com/malexer/SublimeTranslit", 465 | "https://github.com/maltize/sublime-text-2-moo", 466 | "https://github.com/maltize/sublime-text-2-ruby-tests", 467 | "https://github.com/mangini/chrome-apis-sublime/tree/published", 468 | "https://github.com/marconi/mako-tmbundle", 469 | "https://github.com/markandey/codefoo", 470 | "https://github.com/martinsam/sublime-friendpaste", 471 | "https://github.com/martinsam/sublime-unittest", 472 | "https://github.com/maslbl4/sublime-xaml", 473 | "https://github.com/mastahyeti/URLEncode", 474 | "https://github.com/MathiasPaumgarten/SmartDuplicate-Sublime", 475 | "https://github.com/matiaspub/BitrixHelp", 476 | "https://github.com/matiaspub/WebExPertColorScheme", 477 | "https://github.com/matiaspub/WheelChanger", 478 | "https://github.com/mattbanks/dotfiles-syntax-highlighting-st2", 479 | "https://github.com/matthewrobb/Six.tmLanguage", 480 | "https://github.com/matthewrobertson/ERB-Sublime-Snippets", 481 | "https://github.com/matthiasg/sublime-mocha-runner", 482 | "https://github.com/mattstevens/sublime-titlecase", 483 | "https://github.com/MattTuttle/sublime-ti-build", 484 | "https://github.com/mborgerson/Pad", 485 | "https://github.com/mburrows/RecenterTopBottom", 486 | "https://github.com/mctep/yate-textmate", 487 | "https://github.com/Medalink/Laravel-Blade", 488 | "https://github.com/mediaupstream/SublimeText-Crypto", 489 | "https://github.com/mediaupstream/SublimeText-NodeEval", 490 | "https://github.com/mhau/GeneratePassword", 491 | "https://github.com/Michal-Mikolas/Nette-package-for-Sublime-Text-2", 492 | "https://github.com/michfield/StrapdownPreview", 493 | "https://github.com/mikefowler/simple-clone", 494 | "https://github.com/mikepfirrmann/openfolder", 495 | "https://github.com/Mimino666/SublimeText2-python-package-to-clipboard", 496 | "https://github.com/mimopo/ZenGarden", 497 | "https://github.com/minism/SublimeBufmod", 498 | "https://github.com/minism/SublimeLove", 499 | "https://github.com/miripiruni/CSScomb-for-Sublime", 500 | "https://github.com/misfo/Shell-Turtlestein", 501 | "https://github.com/mishu91/Sublime-Text-2-Table-Cleaner", 502 | "https://github.com/mishu91/sublime-text-theme-night", 503 | "https://github.com/mitsuhiko/jinja2-tmbundle", 504 | "https://github.com/mjio/boron.tmtheme", 505 | "https://github.com/mjs7231/sublime-pkstheme", 506 | "https://github.com/mkraft/git-status-files", 507 | "https://github.com/mmims/sublime-text-2-ruby-markers", 508 | "https://github.com/mmoriar1/AMPScript", 509 | "https://github.com/mneuhaus/SublimeFileTemplates", 510 | "https://github.com/Monnoroch/ColorHighlighter", 511 | "https://github.com/Monnoroch/TodoControl", 512 | "https://github.com/monospaced/sublime-twee", 513 | "https://github.com/morganestes/sublime-recess", 514 | "https://github.com/mpmont/ci-snippets", 515 | "https://github.com/mradam/moscowml", 516 | "https://github.com/mrcharles/sublove2d", 517 | "https://github.com/mreq/mreq-theme", 518 | "https://github.com/mrmartineau/HTML5", 519 | "https://github.com/mrmartineau/Placeholders", 520 | "https://github.com/mrmartineau/SASS-Snippets", 521 | "https://github.com/musashimm/Sublime-Text-2-Mina", 522 | "https://github.com/mvoidex/UnicodeMath", 523 | "https://github.com/mxunit/sublime-text-2-mxunit", 524 | "https://github.com/n1k0/SublimeHighlight", 525 | "https://github.com/n1k0/SublimeText-CasperJS", 526 | "https://github.com/NaN1488/sublime-gem-browser/tree/stable", 527 | "https://github.com/natew/ExpandSelectionByParagraph", 528 | "https://github.com/nathos/sass-textmate-bundle/tree/sublime", 529 | "https://github.com/netatoo/phoenix-theme", 530 | "https://github.com/nh2/sublime-text-move-tabs", 531 | "https://github.com/nibblebot/sublime-js2coffee", 532 | "https://github.com/Nijikokun/Prevu", 533 | "https://github.com/Nijikokun/todo-tmbundle", 534 | "https://github.com/nilium/st2-nil-theme", 535 | "https://github.com/Nivl/sublime-hamlpy", 536 | "https://github.com/nlloyd/SublimeMaven", 537 | "https://github.com/nlloyd/SubliminalCollaborator", 538 | "https://github.com/noahcoad/open-url", 539 | "https://github.com/noct/SublimeSL", 540 | "https://github.com/noklesta/SublimeEmberNav", 541 | "https://github.com/noklesta/SublimeQuickFileCreator", 542 | "https://github.com/noklesta/SublimeRailsNav", 543 | "https://github.com/nomnel/Sublime-Gauche-Syntax", 544 | "https://github.com/NorthIsUp/Sublimation", 545 | "https://github.com/NoxArt/SublimeText2-FTPSync", 546 | "https://github.com/NoxArt/SublimeText2-LinkOpener", 547 | "https://github.com/npostulart/SCSS-Snippets", 548 | "https://github.com/nucleartux/sublime-symfony", 549 | "https://github.com/oct8cat/sublime-phpdox", 550 | "https://github.com/odyssomay/sublime-lispindent", 551 | "https://github.com/ogom/sublimetext-markdown-slideshow", 552 | "https://github.com/oleander/sublime-split-navigation", 553 | "https://github.com/omissis/sublime-behat-syntax", 554 | "https://github.com/onrel/Sublime-Text-2-Paste-As-Link-Plugin", 555 | "https://github.com/osoco/sublimetext-grails", 556 | "https://github.com/ostinelli/SublimErl/tree/package", 557 | "https://github.com/outer-edge/SublimeLoremPixel", 558 | "https://github.com/P233/Emmet-Css-Snippets-for-Sublime-Text-2", 559 | "https://github.com/P233/Jade-Snippets-for-Sublime-Text-2", 560 | "https://github.com/Paaskehare/pastebin-sublime-plugin", 561 | "https://github.com/paccator/GotoRecent", 562 | "https://github.com/Pafsis/hookblime", 563 | "https://github.com/palaniraja/iForce", 564 | "https://github.com/PaNaVTEC/Objc-Strings-Syntax-Language", 565 | "https://github.com/patgannon/sublimetext-scalatest", 566 | "https://github.com/patricktalmadge/Bootstrapper_snippets", 567 | "https://github.com/paulollivier/sublimetext-date", 568 | "https://github.com/pavelpachkovskij/sublime-html-to-haml", 569 | "https://github.com/pdaether/Sublime-SymfonyCommander", 570 | "https://github.com/pensive612/sublime-chai-full-completions", 571 | "https://github.com/Pephers/Super-Calculator", 572 | "https://github.com/phildopus/EclipseJavaFormatter", 573 | "https://github.com/phildopus/sublime-goto-open-file", 574 | "https://github.com/PhilippSchaffrath/Anypreter", 575 | "https://github.com/phillipkoebbe/DetectSyntax", 576 | "https://github.com/phillipkoebbe/NewFileWithSave", 577 | "https://github.com/phuibonhoa/handcrafted-haml-textmate-bundle", 578 | "https://github.com/phyllisstein/HipsterIpsum", 579 | "https://github.com/phyllisstein/Markboard", 580 | "https://github.com/phyllisstein/Pandown", 581 | "https://github.com/phyllisstein/Wick", 582 | "https://github.com/phyllisstein/Wind", 583 | "https://github.com/pipe-devnull/ZF2Helper", 584 | "https://github.com/pjkottke/FLAC-Syntax", 585 | "https://github.com/PogiNate/SublimeWiki", 586 | "https://github.com/PogiNate/XQuery-Sublime", 587 | "https://github.com/poritsky/fountain-sublime-text", 588 | "https://github.com/possan/sublime_unicode_nbsp", 589 | "https://github.com/prongs/SublimeCodechef", 590 | "https://github.com/prongs/SublimeNumberManipulation", 591 | "https://github.com/psyrendust/CSScomb-Alpha-Sort-for-Sublime", 592 | "https://github.com/Pugsworth/SearchGmodWiki", 593 | "https://github.com/PureCM/Sublime-Text-2-PureCM-Plugin", 594 | "https://github.com/purplefish32/sublime-text-2-twig", 595 | "https://github.com/purplefish32/sublime-text-2-wordpress", 596 | "https://github.com/pwhisenhunt/Sublime-Text-2-Lazy-Backbone.js-Package", 597 | "https://github.com/pyzhangxiang/sublimetext-2-readonly-writable", 598 | "https://github.com/qfel/RunCommand", 599 | "https://github.com/qfel/sublime-pytags", 600 | "https://github.com/quarnster/ADBView", 601 | "https://github.com/quarnster/PlatformSettings", 602 | "https://github.com/quarnster/SublimeGDB", 603 | "https://github.com/qur2/HighlightDuplicates", 604 | "https://github.com/R3AL/SublimeTransporter", 605 | "https://github.com/radiosilence/dogs-colour-scheme", 606 | "https://github.com/RadLikeWhoa/JS-Snippets", 607 | "https://github.com/raik/st2-pseudo-osx-theme", 608 | "https://github.com/randy3k/AlignTab", 609 | "https://github.com/randy3k/AutoWrap", 610 | "https://github.com/randy3k/Change-List", 611 | "https://github.com/raulfraile/sublime-symfony2", 612 | "https://github.com/raydric/raydric-color-scheme", 613 | "https://github.com/rcaldwel/DNS", 614 | "https://github.com/rcastagno/sublime_varscoper", 615 | "https://github.com/rchl/UnindentPreprocessor", 616 | "https://github.com/rcknight/SublimeEventStore", 617 | "https://github.com/reflog/toggle-readonly", 618 | "https://github.com/reinteractive-open/Syntax-Matcher", 619 | "https://github.com/relikd/CUE-Sheet_sublime", 620 | "https://github.com/remcoder/SublimeHandcraft", 621 | "https://github.com/revathskumar/sublime-yardoc", 622 | "https://github.com/revolunet/sublimetext-html-export", 623 | "https://github.com/revolunet/sublimetext-markdown-preview", 624 | "https://github.com/revolunet/sublimetext-web-encoders", 625 | "https://github.com/rioderaca/LaTeX-Track-Changes", 626 | "https://github.com/rjcoelho/sublime-clearcase", 627 | "https://github.com/rmaksim/Sublime-Text-2-Goto-CSS-Declaration", 628 | "https://github.com/rmaksim/Sublime-Text-2-Inc-Dec-Value", 629 | "https://github.com/roadhump/GoldenRatio", 630 | "https://github.com/roadhump/ReadmePlease", 631 | "https://github.com/robballou/drupal-sublimetext", 632 | "https://github.com/robbl/sublime-switch", 633 | "https://github.com/robcowie/SublimePaster", 634 | "https://github.com/Robot-Will/Stino", 635 | "https://github.com/rockerest/Signatori", 636 | "https://github.com/rodrigoflores/elixir-sublimetext", 637 | "https://github.com/rorydriscoll/LuaSublime", 638 | "https://github.com/roverwire/codeigniter-utilities", 639 | "https://github.com/royvandewater/Sublime2-TreeTop", 640 | "https://github.com/rozboris/Sublime-Tweet", 641 | "https://github.com/rrerolle/sublime-scheme-cycler", 642 | "https://github.com/rspec/rspec-tmbundle", 643 | "https://github.com/russCloak/SublimePuppet", 644 | "https://github.com/sahibalejandro/inline-calculator", 645 | "https://github.com/sahibalejandro/quark-php-sublime", 646 | "https://github.com/saippuakauppias/sublime-text-2-Django-DocsSearch", 647 | "https://github.com/samholmes/EJS.tmLanguage", 648 | "https://github.com/samizdatco/sublime-text-shebang", 649 | "https://github.com/SamPeng87/sublime-last-edit", 650 | "https://github.com/samsonw/SublimeTask", 651 | "https://github.com/schnittchen/sublime-helios", 652 | "https://github.com/scttcper/Scriptogram", 653 | "https://github.com/seancoyne/farcry-sublimetext", 654 | "https://github.com/seanja/ampscript-st2", 655 | "https://github.com/seanjames777/SML-Language-Definition", 656 | "https://github.com/seanliang/HighlightWords", 657 | "https://github.com/sellerengine/sublime_context_build", 658 | "https://github.com/sepisoad/ValaForSublime", 659 | "https://github.com/sergeche/emmet-sublime", 660 | "https://github.com/setumiami/sublime-typescript-compiler", 661 | "https://github.com/Shagabutdinov/sublime-anyword-completion", 662 | "https://github.com/Shagabutdinov/sublime-open-path", 663 | "https://github.com/Shammah/boo-sublime", 664 | "https://github.com/sheldon/sublime-text-2-folder-list", 665 | "https://github.com/shell/sublime-tomdoc", 666 | "https://github.com/shellderp/sublime-robot-plugin", 667 | "https://github.com/shibainurou/SublimeAizuOnlineJudge", 668 | "https://github.com/Shirk/Sublime-FASM-x86", 669 | "https://github.com/Siddley/Creole", 670 | "https://github.com/Siddley/Enhanced.HTML.CFML", 671 | "https://github.com/sijk/sublime-licence-snippets", 672 | "https://github.com/silentworks/modx-sublimetext-2", 673 | "https://github.com/sindresorhus/editorconfig-sublime", 674 | "https://github.com/SirReal/eZ-Publish-Syntax", 675 | "https://github.com/sivakumar-kailasam/jprop-cleaner", 676 | "https://github.com/sivakumar-kailasam/Repeat-Macro", 677 | "https://github.com/skarcha/SublimeText2-4GL", 678 | "https://github.com/skoch/Sublime-ActionScript-3", 679 | "https://github.com/skt84/Schemr", 680 | "https://github.com/skt84/Themr", 681 | "https://github.com/skuroda/FindKeyConflicts", 682 | "https://github.com/skuroda/PersistentRegexHighlight", 683 | "https://github.com/skuroda/Sublime-AdvancedNewFile", 684 | "https://github.com/slim-template/ruby-slim.tmbundle", 685 | "https://github.com/sloria/sublime-selenium-snippets", 686 | "https://github.com/Smerty/sublime-named", 687 | "https://github.com/sntran/sublime-dustjs", 688 | "https://github.com/sobstel/SyncedSideBar", 689 | "https://github.com/spacenick/SublimeText2-BackboneBaguette-package", 690 | "https://github.com/spadgos/sublime-AsAbove", 691 | "https://github.com/spadgos/sublime-csspecific", 692 | "https://github.com/spadgos/sublime-DefaultFileType", 693 | "https://github.com/spadgos/sublime-jsdocs", 694 | "https://github.com/spadgos/sublime-OpenRecentFiles", 695 | "https://github.com/spadgos/sublime-require-helper", 696 | "https://github.com/spadgos/sublime-SplitScreen", 697 | "https://github.com/spadgos/sublime-ToggleQuotes", 698 | "https://github.com/speilberg0/ci-codeintel-helper", 699 | "https://github.com/speilberg0/SublimeToggleCssFormat", 700 | "https://github.com/splatzgud/VGR-Assistant", 701 | "https://github.com/sporto/rails_go_to_spec", 702 | "https://github.com/squ1b3r/Djaneiro", 703 | "https://github.com/standfast/Translate", 704 | "https://github.com/stephendavis89/sublime-liquid", 705 | "https://github.com/stevenjs/M68k-Assembly", 706 | "https://github.com/stuartherbert/sublime-phix-color-scheme", 707 | "https://github.com/stuartherbert/sublime-phpsnippets", 708 | "https://github.com/stuartherbert/sublime-phpunit", 709 | "https://github.com/Stubbs/sublime-vagrant", 710 | "https://github.com/Stuk/sublime-edit-history", 711 | "https://github.com/stylishmedia/SublimeText-Tabright", 712 | "https://github.com/sublimator/ZenCoding", 713 | "https://github.com/SublimeColors/Solarized", 714 | "https://github.com/SublimeHaskell/SublimeHaskell", 715 | "https://github.com/sublimescala/sublime-ensime", 716 | "https://github.com/SubZane/Sublime-Dummy-Image-Generator", 717 | "https://github.com/SubZane/Sublime-Placehold.it", 718 | "https://github.com/SubZane/Sublime-Snipt-Snippet-Fetcher", 719 | "https://github.com/Suor/CommentsAwareEnter", 720 | "https://github.com/superguigui/xtoy", 721 | "https://github.com/surjikal/sublime-coffee-compile", 722 | "https://github.com/surjikal/sublime-howdoi", 723 | "https://github.com/svenax/SublimePrint", 724 | "https://github.com/swdunlop/antiki", 725 | "https://github.com/sys1yagi/SublimeBingTranslator", 726 | "https://github.com/tadast/sublime-rails-snippets", 727 | "https://github.com/Taecho/Sublime-Snipt", 728 | "https://github.com/talltroym/sublime-theme-railscasts", 729 | "https://github.com/tanc/st2-drupal-autocomplete", 730 | "https://github.com/tanepiper/sublime-todomanager", 731 | "https://github.com/tanepiper/SublimeText-Nodejs", 732 | "https://github.com/tdebarochez/sublime-mailto", 733 | "https://github.com/technocoreai/SublimeExternalCommand", 734 | "https://github.com/tednaleid/sublime-EasyMotion", 735 | "https://github.com/temochka/sublime-text-2-beanstalk", 736 | "https://github.com/temochka/sublime-text-2-github-tools", 737 | "https://github.com/terminalbell/SublimeSynchroScroll", 738 | "https://github.com/testdouble/sublime-test-double", 739 | "https://github.com/thanpolas/sublime-google-closure-snippets", 740 | "https://github.com/TheDutchCoder/ColorConvert", 741 | "https://github.com/TheJohlin/RandomHEXColor", 742 | "https://github.com/TheOnlyRew/sublime-horizontal-scroll", 743 | "https://github.com/theymaybecoders/sublime-tomorrow-theme", 744 | "https://github.com/thierrylemoulec/Sublime-Csslisible", 745 | "https://github.com/TikiTDO/AutoSlim", 746 | "https://github.com/tikot/sublime-code2docs", 747 | "https://github.com/timdouglas/sublime-find-function-definition", 748 | "https://github.com/timdouglas/sublime-less2css", 749 | "https://github.com/tinacious/fakeimg.sublime-snippet", 750 | "https://github.com/TitanKing/Express.tmTheme", 751 | "https://github.com/titoBouzout/SideBarEnhancements", 752 | "https://github.com/tkowalewski/phpunit-sublime-completions", 753 | "https://github.com/tm-minty/sublime-text-2-image2base64", 754 | "https://github.com/tnhu/SimpleSync", 755 | "https://github.com/toin0u/Sublime-atoum", 756 | "https://github.com/tomalec/Sublime-Text-2-Vlt-Plugin", 757 | "https://github.com/tomasztunik/Sublime-Text-2-Backbone.js-package", 758 | "https://github.com/tomav/SublimeText2-Behat-Features-Syntax", 759 | "https://github.com/TooooBug/CompactExpandCss", 760 | "https://github.com/tosher/Mediawiker", 761 | "https://github.com/trentrichardson/Clientside", 762 | "https://github.com/trishume/Sublime-Rosetta-Get", 763 | "https://github.com/trustmaster/sublime-cotonti", 764 | "https://github.com/tstirrat/Idoc-sublime", 765 | "https://github.com/TurtlePie/Sublime-ECT", 766 | "https://github.com/tvooo/sublime-grunt", 767 | "https://github.com/tylerclendenin/Sublime-PowerPaste", 768 | "https://github.com/uipoet/sublime-jshint", 769 | "https://github.com/UnicornForest/Unity3D", 770 | "https://github.com/UnicornForest/Unity3DScriptReference", 771 | "https://github.com/UnicornForest/Unity3DSnippets", 772 | "https://github.com/uonick/dimmed", 773 | "https://github.com/uonick/fatfree-snippets", 774 | "https://github.com/vaanwd/sublime_drush", 775 | "https://github.com/vbali/sublime-snakecase", 776 | "https://github.com/vhyza/exec-in-window", 777 | "https://github.com/vi4m/sublime_python_imports", 778 | "https://github.com/victorporof/Sublime-HTMLPrettify", 779 | "https://github.com/victorporof/Sublime-JSHint", 780 | "https://github.com/viisual/ASCII-Decorator", 781 | "https://github.com/villimagg/Larapaste-sublime-theme", 782 | "https://github.com/vinhnx/Ciapre.tmTheme", 783 | "https://github.com/vishr/local-history", 784 | "https://github.com/vitorleal/Hex-to-RGB", 785 | "https://github.com/vkostyukov/kotlin-sublime-package", 786 | "https://github.com/vojtajina/sublime-BuildSwitcher", 787 | "https://github.com/vojtajina/sublime-OpenRelated", 788 | "https://github.com/voventus/AVR-ASM-Sublime", 789 | "https://github.com/Warin/SublimeTidyHTML", 790 | "https://github.com/waynemoore/sublime-gherkin-formatter", 791 | "https://github.com/wch/SendText", 792 | "https://github.com/WebFont/webfont", 793 | "https://github.com/WebGLTools/GL-Shader-Validator", 794 | "https://github.com/welefen/KeymapManager", 795 | "https://github.com/welovewordpress/SublimeHtmlTidy", 796 | "https://github.com/welovewordpress/SublimePhpTidy", 797 | "https://github.com/welovewordpress/SublimeWordPressCodex", 798 | "https://github.com/wesf90/rails-partial", 799 | "https://github.com/whitequark/llvm.tmbundle", 800 | "https://github.com/witsch/SublimePythonTidy", 801 | "https://github.com/wpp1983/hlsl", 802 | "https://github.com/wronex/sublime-angelscript", 803 | "https://github.com/WrtApp/Writeapp", 804 | "https://github.com/wulftone/sublime-text-2-quick-file-move", 805 | "https://github.com/Xaro/SublimeSendToPasteBin", 806 | "https://github.com/Xavura/CoffeeScript-Sublime-Plugin", 807 | "https://github.com/xeno-by/sublime-ant", 808 | "https://github.com/xeno-by/sublime-nemerle", 809 | "https://github.com/xsnippet/sublime-xsnippet", 810 | "https://github.com/XuefengWu/EverythingSearch-sublime2", 811 | "https://github.com/yangweijie/SublimeThinkPHP", 812 | "https://github.com/yedderson/SublimeRestart", 813 | "https://github.com/yrammos/SublimeLog", 814 | "https://github.com/Zeelot/sublime-kohana", 815 | "https://github.com/zerok/Sublime2-SwitchLanguage", 816 | "https://github.com/zhongxingdou/AspNetSwitch", 817 | "https://github.com/zmbacker/RubyFormat", 818 | "https://github.com/zoomix/SublimeToggleSymbol", 819 | "https://github.com/zyxar/Sublime-CMakeLists", 820 | "https://raw.github.com/afterdesign/MacTerminal/master/packages.json", 821 | "https://raw.github.com/ajryan/CSharpreter/master/packages.json", 822 | "https://raw.github.com/aparajita/active4d-sublime/master/package_control.json", 823 | "https://raw.github.com/aponxi/sublime-better-coffeescript/master/package.json", 824 | "https://raw.github.com/apophys/sublime-packages/master/packages.json", 825 | "https://raw.github.com/blueplanet/sublime-text-2-octopress/master/packages.json", 826 | "https://raw.github.com/camperdave/EC2Upload/master/packages.json", 827 | "https://raw.github.com/chancedai/sublime-cross/master/packages.json", 828 | "https://raw.github.com/chikatoike/IMESupport/master/packages.json", 829 | "https://raw.github.com/chriswong/sublime-mootools-snippets/master/packages.json", 830 | "https://raw.github.com/colinta/sublime_packages/master/packages.json", 831 | "https://raw.github.com/connec/Open-in-ConEmu/master/packages.json", 832 | "https://raw.github.com/corbinian/GrowlNotifier/master/packages.json", 833 | "https://raw.github.com/csytan/sublime-text-2-github/master/packages.json", 834 | "https://raw.github.com/dallbee/RandomText/master/packages.json", 835 | "https://raw.github.com/damccull/sublimetext2-SolarizedToggle/master/packages.json", 836 | "https://raw.github.com/darinmorrison/sublime-packages/master/packages.json", 837 | "https://raw.github.com/dexbol/sublime-TortoiseSVN/master/packages.json", 838 | "https://raw.github.com/enriquein/JavaSetterGetter/master/packages.json", 839 | "https://raw.github.com/farcaller/DashDoc/master/packages.json", 840 | "https://raw.github.com/FichteFoll/sublime_packages/master/package_control.json", 841 | "https://raw.github.com/filcab/SublimeLLDB/master/packages.json", 842 | "https://raw.github.com/freewizard/sublime_packages/master/package_control.json", 843 | "https://raw.github.com/gcollazo/sublime_packages/master/packages.json", 844 | "https://raw.github.com/Harrison-M/indent.txt-sublime/master/packages.json", 845 | "https://raw.github.com/himynameisjonas/sublime-ia-writer-opener/master/packages.json", 846 | "https://raw.github.com/ikeike443/Sublime-Scalariform/master/packages.json", 847 | "https://raw.github.com/jadb/st2-search-cakephp-api/master/packages.json", 848 | "https://raw.github.com/jadb/st2-search-cakephp-book/master/packages.json", 849 | "https://raw.github.com/jeffturcotte/sublime_packages/master/packages.json", 850 | "https://raw.github.com/jfernandez/SublimeRailsEval/master/packages.json", 851 | "https://raw.github.com/jfromaniello/sublime-unity-recents/master/packages.json", 852 | "https://raw.github.com/joeyespo/sublimetext-console-exec/master/packages.json", 853 | "https://raw.github.com/jpswelch/sublime-google-tasks/master/packages.json", 854 | "https://raw.github.com/kairyou/SublimeTmpl/master/packages.json", 855 | "https://raw.github.com/Kaizhi/SublimeUpdater/master/packages.json", 856 | "https://raw.github.com/kallepersson/Sublime-Finder/master/packages.json", 857 | "https://raw.github.com/keeganstreet/sublime-elfinder/master/packages.json", 858 | "https://raw.github.com/keeganstreet/sublime-specificity/master/packages.json", 859 | "https://raw.github.com/Kronuz/SublimeCodeIntel/master/package_control.json", 860 | "https://raw.github.com/kylederkacz/lettuce-farmer/master/packages.json", 861 | "https://raw.github.com/Learning/sublime_packages/master/packages.json", 862 | "https://raw.github.com/leporo/SublimeYammy/master/packages.json", 863 | "https://raw.github.com/LONGMANi/sublimetext-stringutilities/master/packages.json", 864 | "https://raw.github.com/LONGMANi/sublimetext-autobackups/master/packages.json", 865 | "https://raw.github.com/lucifr/CNPunctuationAutopair/master/packages.json", 866 | "https://raw.github.com/lyapun/sublime-text-2-python-test-runner/master/packages.json", 867 | "https://raw.github.com/mablo/sublime-text-2-meld-diff/master/packages.json", 868 | "https://raw.github.com/Makopo/sublime-text-lsl/master/package.json", 869 | "https://raw.github.com/mekwall/obsidian-color-scheme/master/packages.json", 870 | "https://raw.github.com/merlinthered/sublime-rainmeter/master/packages.json", 871 | "https://raw.github.com/mischah/Console-API-Snippets/master/packages.json", 872 | "https://raw.github.com/Mozillion/SublimeSpeech/master/packages.json", 873 | "https://raw.github.com/naomichi-y/php_syntax_checker/master/packages.json", 874 | "https://raw.github.com/naomichi-y/string_counter/master/packages.json", 875 | "https://raw.github.com/NicholasBuse/sublime_packages/master/packages.json", 876 | "https://raw.github.com/nLight/Phing/master/packages.json", 877 | "https://raw.github.com/quarnster/CompleteSharp/master/package.json", 878 | "https://raw.github.com/quarnster/SublimeClang/master/package.json", 879 | "https://raw.github.com/quarnster/SublimeJava/master/package.json", 880 | "https://raw.github.com/raymondkww/R-sublime/master/packages.json", 881 | "https://raw.github.com/rbo/st2-perltidy/master/package_control.json", 882 | "https://raw.github.com/relikd/plist-binary_sublime/master/packages.json", 883 | "https://raw.github.com/robcowie/SublimeTODO/master/packages.json", 884 | "https://raw.github.com/ronmichael/sublime-sparql/master/packages.json", 885 | "https://raw.github.com/royisme/SublimeOctopressTool/master/packages.json", 886 | "https://raw.github.com/rpowers/sublime_stata/master/packages.json", 887 | "https://raw.github.com/sdolard/sublime-jsrevival/master/packages.json", 888 | "https://raw.github.com/seanliang/ConvertToUTF8/master/packages.json", 889 | "https://raw.github.com/sentience/DokuWiki/master/packages.json", 890 | "https://raw.github.com/sentience/HyperlinkHelper/master/packages.json", 891 | "https://raw.github.com/shivkumarganesh/VisSub/master/packages.json", 892 | "https://raw.github.com/sindresorhus/sublime-jsrun/master/packages.json", 893 | "https://raw.github.com/SublimeLinter/SublimeLinter/master/package_control.json", 894 | "https://raw.github.com/svaiter/SublimeJEDI/master/packages.json", 895 | "https://raw.github.com/tbfisher/sublimetext-Pandoc/master/packages.json", 896 | "https://raw.github.com/tcrosen/recessify/master/packages.json", 897 | "https://raw.github.com/Ted-Mohamed/Split/master/packages.json", 898 | "https://raw.github.com/theadamlt/sublime_packages/master/packages.json", 899 | "https://raw.github.com/tiger2wander/sublime_packages/master/packages.json", 900 | "https://raw.github.com/tillig/SublimeMSBuild/master/packages.json", 901 | "https://raw.github.com/timonwong/sublime_packages/master/packages.json", 902 | "https://raw.github.com/tmanderson/VintageLines/master/packages.json", 903 | "https://raw.github.com/tomascayuelas/coolcodescheme/master/packages.json", 904 | "https://raw.github.com/tsteur/sublimetext-tita/master/packages.json", 905 | "https://raw.github.com/ttscoff/MarkdownEditing/master/packages.json", 906 | "https://raw.github.com/tzvetkoff/sublime_stupid_indent/master/packages.json", 907 | "https://raw.github.com/vkocubinsky/sublime_packages/master/packages.json", 908 | "https://raw.github.com/wallysalami/QuickLook/master/packages.json", 909 | "https://raw.github.com/weslly/sublime_packages/master/packages.json", 910 | "https://raw.github.com/WhatWeDo/Sublime-Text-2-Compass-Build-System/master/packages.json", 911 | "https://raw.github.com/wistful/SublimeAutoPEP8/master/packages.json", 912 | "https://raw.github.com/wukkuan/AMD-Module-Editor/master/packages.json", 913 | "https://raw.github.com/xgenvn/InputHelper/master/packages.json", 914 | "https://raw.github.com/yangsu/sublime-io/master/packages.json", 915 | "https://raw.github.com/yangsu/sublime-octopress/master/packages.json", 916 | "https://raw.github.com/yangsu/sublime-vhdl/master/packages.json", 917 | "https://raw.github.com/zfkun/sublime-kissy-snippets/master/packages.json" 918 | ], 919 | "package_name_map": { 920 | "ac-ruby-snippets": "Arnold Clark Snippets for Ruby", 921 | "ampscript-st2": "AmpScript Highlighter", 922 | "AngularJs.tmbundle": "AngularJS", 923 | "antiki": "Antiki", 924 | "aqua-theme": "Theme - Aqua", 925 | "ASCII-Decorator": "ASCII Decorator", 926 | "AspNetSwitch": "Asp.Net File Switch", 927 | "Async-Snippets": "Async Snippets", 928 | "auto-encoding-for-ruby": "Auto Encoding for Ruby", 929 | "awk-sublime": "Awk", 930 | "base16-textmate": "Base16 Color Schemes", 931 | "base64-fold": "Base64 Fold", 932 | "BEMHTMLSublime": "BEMHTML", 933 | "blade-snippets": "Blade Snippets", 934 | "BlockCursorEverywhere": "Block Cursor Everywhere", 935 | "boo-sublime": "Boo", 936 | "Bootstrapper_snippets": "Laravel Bootstrapper Snippets", 937 | "boron.tmtheme": "Boron Color Scheme", 938 | "Bubububububad": "Bubububububad and Boneyfied Color Schemes", 939 | "BuildParts": "BuildParts", 940 | "cakephp-tmbundle": "CakePHP (tmbundle)", 941 | "Cappuccino-Sublime": "Cappuccino", 942 | "Caret-History": "Caret History", 943 | "CaseConversion": "Case Conversion", 944 | "cbox-coldbox-sublime": "ColdBox Platform", 945 | "Change-List": "Change List (Last Edit)", 946 | "ChangeTracker": "Change Tracker", 947 | "chrome-apis-sublime": "Chrome Apps and Extensions", 948 | "ci-codeintel-helper": "Codeigniter Codeintel Helper", 949 | "ci-snippets": "CodeIgniter Snippets", 950 | "Ciapre.tmTheme": "Ciapre Color Scheme", 951 | "ClickableUrls_SublimeText2": "Clickable URLs", 952 | "ClojureDoc-Search": "ClojureDocSearch", 953 | "codefoo": "Code Foo", 954 | "codeigniter-utilities": "CodeIgniter Utilities", 955 | "CoffeeScript-Sublime-Plugin": "CoffeeScript", 956 | "ColorConvert": "CSS Color Converter", 957 | "ColorHighlighter": "Color Highlighter", 958 | "colour-schemes": "Dayle Rees Color Schemes", 959 | "CommentsAwareEnter": "Comments Aware Enter", 960 | "Compline": "Line Completion", 961 | "composer-sublime": "Composer", 962 | "CscopeSublime": "Cscope", 963 | "CSS-Less-ish": "CSS Less(ish)", 964 | "CSS-Snippets": "CSS Snippets", 965 | "CSScomb-Alpha-Sort-for-Sublime": "CSScomb Alpha Sort", 966 | "CSScomb-for-Sublime": "CSScomb", 967 | "cucumber-sublime2-bundle": "Cucumber", 968 | "CUE-Sheet_sublime": "CUE Sheet", 969 | "currentscope": "Current Scope", 970 | "CustomTasks": "Custom Tasks", 971 | "dark-pastel": "Dark Pastel Color Scheme", 972 | "DelphiStyleBookmarks": "Delphi Style Bookmarks", 973 | "dimmed": "Dimmed Color Scheme", 974 | "DirectorySettings": "Directory Settings", 975 | "Display-Functions": "Display Functions (Java)", 976 | "DNS": "DNS Lookups", 977 | "DobDark-Theme": "DobDark Color Scheme", 978 | "dogs-colour-scheme": "Dogs Colour Scheme", 979 | "dotfiles-syntax-highlighting-st2": "Dotfiles Syntax Highlighting", 980 | "DotNetNuke-SublimeText-2-Snippets": "DotNetNuke Snippets", 981 | "drupal-sublimetext": "Drupal", 982 | "drupal_sublime-snippets": "Drupal Snippets", 983 | "dylan.tmbundle": "Dylan", 984 | "editorconfig-sublime": "EditorConfig", 985 | "EE-ST2": "ExpressionEngine", 986 | "EJS.tmLanguage": "EJS", 987 | "elixir-sublimetext": "Elixir", 988 | "Emmet-Css-Snippets-for-Sublime-Text-2": "Emmet Css Snippets", 989 | "emmet-sublime": "Emmet", 990 | "Enhanced.HTML.CFML": "Enhanced HTML and CFML", 991 | "ERB-Sublime-Snippets": "ERB Snippets", 992 | "eval_sel": "Eval Sel", 993 | "EverythingSearch-sublime2": "Everything Search", 994 | "exec-in-window": "Exec In Window", 995 | "expand-selection-to-function-js": "Expand Selection to Function (JavaScript)", 996 | "ExpandSelectionByParagraph": "Expand Selection by Paragraph", 997 | "Express.tmTheme": "Express Color Scheme", 998 | "eZ-Publish-Syntax": "eZ Publish Syntax", 999 | "fakeimg.sublime-snippet": "FakeImg.pl Image Placeholder Snippet", 1000 | "farcry-sublimetext": "FarCry", 1001 | "fatfree-snippets": "Fat-Free Framework Snippets", 1002 | "filezilla_import": "FilezillaImport", 1003 | "FLAC-Syntax": "FLAC", 1004 | "Flake8Lint": "Python Flake8 Lint", 1005 | "Flex-Sublimetext": "Flex", 1006 | "FollowFunctionPHP": "Follow Function PHP", 1007 | "fountain-sublime-text": "Fountain", 1008 | "GeneratePassword": "Generate Password", 1009 | "git-status-files": "Git Status Files", 1010 | "GL-Shader-Validator": "GL Shader Validator", 1011 | "Goto-Symbol": "Goto Symbol", 1012 | "grid6-sublime": "Grid6", 1013 | "HackerNews-SublimeTextPlugin": "Hacker News", 1014 | "handcrafted-haml-textmate-bundle": "Haml", 1015 | "hasher": "Hasher", 1016 | "haxe-sublime2-bundle": "Haxe", 1017 | "hayaku": "Hayaku - tools for writing CSS faster", 1018 | "hex-bin_system": "Hex-Bin System", 1019 | "Hex-to-HSL-Color": "Hex to HSL Color Converter", 1020 | "Hex-to-RGB": "Hex to RGB Converter", 1021 | "HighlightWhitespaces": "Highlight Whitespaces", 1022 | "HipsterIpsum": "Hipster Ipsum", 1023 | "Hogan-Build": "Hogan Build", 1024 | "hookblime": "Hookblime", 1025 | "Html-compressor": "HTML Compressor", 1026 | "HTML-Snippets": "HTML Snippets", 1027 | "iced-coffee-script-tmbundle": "IcedCoffeeScript", 1028 | "Idoc-sublime": "Idoc", 1029 | "indent.txt-sublime": "Indent.txt", 1030 | "inline-calculator": "Inline Calculator", 1031 | "itodo": "iTodo", 1032 | "Jade-Snippets-for-Sublime-Text-2": "Jade Snippets", 1033 | "jade-tmbundle": "Jade", 1034 | "JavaScriptNext.tmLanguage": "JavaScriptNext - ES6 Syntax", 1035 | "jinja2-tmbundle": "Jinja2", 1036 | "jprop-cleaner":"Java Property Cleaner", 1037 | "JS-Snippets": "JS Snippets", 1038 | "Julia-sublime": "Julia", 1039 | "JustPaste": "Just Paste", 1040 | "kotlin-sublime-package": "Kotlin", 1041 | "Larapaste-sublime-theme": "Laravel Color Scheme", 1042 | "LaTeX-Track-Changes": "LaTeX Track Changes", 1043 | "LESS-build-sublime": "LESS-build", 1044 | "LESS-sublime": "LESS", 1045 | "li3_sublime": "Lithium Snippets", 1046 | "lioshiScheme": "lioshi Color Scheme", 1047 | "livecss": "Live CSS", 1048 | "LiveReload-sublimetext2": "LiveReload", 1049 | "llvm.tmbundle": "LLVM", 1050 | "local-history": "Local History", 1051 | "LuaSublime": "Lua Dev", 1052 | "M68k-Assembly": "M68k Assembly", 1053 | "mako-tmbundle": "Mako", 1054 | "mdTodo": "Markdown Todo", 1055 | "Media-Query-Snippets": "CSS Media Query Snippets", 1056 | "mips-syntax": "MIPS Syntax", 1057 | "mirodark-st2": "Mirodark Color Scheme", 1058 | "modx-sublimetext-2": "MODx Revolution Snippets", 1059 | "mongomapper-sublime-text2-snippets": "Mongomapper Snippets", 1060 | "moscowml": "Moscow ML", 1061 | "mreq-theme": "Mreq Color Scheme", 1062 | "MySignaturePlugin": "Autocomplete Javascript with Method Signature", 1063 | "neat-sass-snippets": "Neat Sass Snippets", 1064 | "Nette-package-for-Sublime-Text-2": "Nette", 1065 | "nexus-theme": "Theme - Nexus", 1066 | "nimrod-sublime": "Nimrod", 1067 | "Objc-Strings-Syntax-Language": "objc .strings syntax language", 1068 | "obsidian-color-scheme": "Obsidian Color Scheme", 1069 | "Open-Browser-SublimeText2-Plugin": "Search in Browser", 1070 | "open-url": "Open URL", 1071 | "openfolder": "Open Folder", 1072 | "PandocAcademic": "Pandoc Academic", 1073 | "Papyrus_Assembly": "Papyrus Assembly", 1074 | "pasteselonclick": "PasteSelOnClick", 1075 | "PEGjs.tmbundle": "PEG.js", 1076 | "Pep8Lint": "Python Pep8 Lint", 1077 | "Perv-ColorScheme": "Perv - Color Scheme", 1078 | "phoenix-theme": "Theme - Phoenix", 1079 | "PHP-Twig.tmbundle": "PHP-Twig", 1080 | "phpunit-sublime-completions": "PHPUnit Completions", 1081 | "Pig": "Apache Pig", 1082 | "play2-sublimetext2": "Play 2.0", 1083 | "pre-sublime": "Pre language syntax highlighting", 1084 | "processing-sublime": "Processing", 1085 | "Python-Auto-Complete": "Python Auto-Complete", 1086 | "PythonAnywhereEditor": "Python Anywhere Editor", 1087 | "PythonPEP8Autoformat": "Python PEP8 Autoformat", 1088 | "quark-php-sublime": "QuarkPHP", 1089 | "Rails-Latest-Migration": "Rails Latest Migration", 1090 | "rails-partial": "Rails Partial", 1091 | "RailsMigrationsList": "Rails Migrations List", 1092 | "RandomHEXColor": "Random HEX Color", 1093 | "RandomMessage": "Random Message", 1094 | "raydric-color-scheme": "Raydric - Color Scheme", 1095 | "Red-Planet-Theme": "Red Planet Color Scheme", 1096 | "refined-theme": "Theme - Refined", 1097 | "Repeat-Macro": "Repeat Macro", 1098 | "RPMSpec": "RPM Spec Syntax", 1099 | "rspec-tmbundle": "RSpec (snippets and syntax)", 1100 | "Rtools": "R Tools", 1101 | "ruby-slim-tmbundle": "Ruby Slim", 1102 | "RubyBlockConverter": "Ruby Block Converter", 1103 | "RubyMotionSublimeCompletions": "RubyMotion Autocomplete", 1104 | "SASS-Build-SublimeText2": "SASS Build", 1105 | "SASS-Snippets": "SASS Snippets", 1106 | "sass-textmate-bundle": "Sass", 1107 | "SCSS-Snippets": "SCSS Snippets", 1108 | "SCSS.tmbundle": "SCSS", 1109 | "SearchInProject_SublimeText2": "SearchInProject", 1110 | "setdjangosyntax": "SetDjangoSyntax", 1111 | "Shell-Turtlestein": "Shell Turtlestein", 1112 | "simple-clone": "SimpleClone", 1113 | "SimpleTestingSublime": "SimpleTesting", 1114 | "Six.tmLanguage": "Six - Future JavaScript Syntax", 1115 | "SmartDuplicate-Sublime": "Smart Duplicate", 1116 | "SML-Language-Definition": "SML (Standard ML)", 1117 | "soda-theme": "Theme - Soda", 1118 | "Solarized": "Solarized Color Scheme", 1119 | "ST2-Backbone.Marionette": "Backbone.Marionette", 1120 | "ST2-CommandOnSave": "CommandOnSave", 1121 | "st2-drupal-autocomplete": "Drupal Project Autocomplete", 1122 | "ST2-GitHubinator": "GitHubinator", 1123 | "ST2-MDN-Search": "MDN Search", 1124 | "st2-nil-theme": "Theme - Nil", 1125 | "st2-pseudo-osx-theme": "Theme - Pseudo OSX", 1126 | "st2-refresh-theme": "Theme - Refresh", 1127 | "st2-search-cakephp-api": "Search CakePHP API", 1128 | "st2-search-cakephp-book": "Search CakePHP Book", 1129 | "ST2-TiSearch": "Titanium API Search", 1130 | "ST2-TitaniumDoc": "Titanium API Document", 1131 | "ST2-Whitespaces": "Whitespaces", 1132 | "ST2EmacsModelines": "Emacs-like Modelines", 1133 | "ST2Nginx": "nginx", 1134 | "ST2Slate": "Slate", 1135 | "Stino": "Arduino-like IDE", 1136 | "StrapdownPreview": "Strapdown.js Preview", 1137 | "subl-esp": "ESP (EcmaScript Pages) Edit Mode", 1138 | "subl.slax.package": "SLAX", 1139 | "Sublime HTTP Response Headers Snippets": "HTTP Response Headers Snippets", 1140 | "Sublime-ActionScript-3": "ActionScript 3", 1141 | "Sublime-AdvancedNewFile": "AdvancedNewFile", 1142 | "sublime-aery32": "Aery32", 1143 | "sublime-alom": "PHP Namespace Command", 1144 | "sublime-angelscript": "AngelScript", 1145 | "Sublime-AngularJS-Coffee-Completions": "AngularJS (CoffeeScript)", 1146 | "sublime-ant": "Ant", 1147 | "sublime-anyword-completion": "Anyword completion", 1148 | "Sublime-Apidock": "Apidock", 1149 | "Sublime-Aqueducts": "Aqueducts", 1150 | "sublime-AsAbove": "AsAbove", 1151 | "Sublime-atoum": "atoum", 1152 | "sublime-AutoPHPDollar": "AutoPHPDollar", 1153 | "sublime-aweibo": "Aweibo", 1154 | "sublime-behat-snippets": "Behat Snippets", 1155 | "sublime-behat-syntax": "Behat", 1156 | "sublime-boo": "Boo & BooJs", 1157 | "sublime-build-on-save": "Build on Save", 1158 | "sublime-BuildSwitcher": "Build Switcher", 1159 | "sublime-capybara-snippets": "Capybara Snippets", 1160 | "sublime-chai-full-completions": "Chai Completions", 1161 | "sublime-chordpro": "ChordPro", 1162 | "Sublime-CMakeLists": "CMake", 1163 | "sublime-code2docs": "Code2Docs Documentation Generator (docco)", 1164 | "sublime-coffee-compile": "CoffeeCompile", 1165 | "sublime-coffeescript-function-finder": "CoffeeScript Function Finder", 1166 | "sublime-color-schemes": "Color Schemes by carlcalderon", 1167 | "sublime-colorpick": "ColorPick", 1168 | "Sublime-Column-Select": "Column Select", 1169 | "sublime-cotonti": "Cotonti", 1170 | "sublime-csslint": "CSSLint", 1171 | "Sublime-Csslisible": "Csslisible", 1172 | "sublime-cucumber-step-finder": "Cucumber Step Finder", 1173 | "sublime-dblp": "DBLP Search", 1174 | "sublime-DefaultFileType": "Default File Type", 1175 | "sublime-django-click": "Django Click", 1176 | "Sublime-Dummy-Image-Generator": "Dummy Image Generator", 1177 | "sublime-dustjs": "Dust.js", 1178 | "sublime-EasyMotion": "EasyMotion", 1179 | "sublime-eco": "eco", 1180 | "Sublime-ECT": "ECT", 1181 | "sublime-edit-history": "Edit History", 1182 | "sublime-ensime": "Ensime", 1183 | "sublime-expand-selection-to-quotes": "Expand Selection to Quotes", 1184 | "Sublime-Fabric": "Fabric Tasks", 1185 | "Sublime-FASM-x86": "FASM x86", 1186 | "Sublime-File-Navigator": "Sublime File Navigator", 1187 | "sublime-fillerati": "Fillerati", 1188 | "sublime-find-function-definition": "Find Function Definiton", 1189 | "sublime-friendpaste": "Paste to friendpaste.com", 1190 | "sublime-frontend-delight": "Color Scheme - Frontend Delight", 1191 | "sublime-fscompletion": "FileSystem Autocompletion", 1192 | "Sublime-Gauche-Syntax": "Gauche", 1193 | "sublime-gbk": "GBK Encoding Support", 1194 | "sublime-gem-browser": "Gem Browser", 1195 | "sublime-gherkin-formatter": "Gherkin (Cucumber) Formatter", 1196 | "sublime-glsl": "OpenGL Shading Language (GLSL)", 1197 | "Sublime-GLua-Highlight": "GMod Lua", 1198 | "sublime-google-closure-snippets": "Google Closure Library snippets", 1199 | "sublime-goto-open-file": "GotoOpenFile", 1200 | "sublime-grunt": "Grunt", 1201 | "Sublime-Hacker-News-Reader": "Hacker News Reader", 1202 | "sublime-hamlpy": "Hamlpy", 1203 | "sublime-helios": "Helios", 1204 | "sublime-horizontal-scroll": "Horizontal Scroll", 1205 | "sublime-howdoi": "howdoi", 1206 | "sublime-html-to-haml": "HTML2Haml", 1207 | "sublime-html-to-jade": "HTML2Jade", 1208 | "sublime-impactjs": "ImpactJS", 1209 | "sublime-ipython-integration": "IPython Integration", 1210 | "sublime-javap": "Javap", 1211 | "sublime-jquery-mobile-snippets": "jQuery Mobile Snippets", 1212 | "sublime-jquery-snippets": "jQuery Snippets pack", 1213 | "sublime-js-minify": "JS Minify", 1214 | "sublime-js-snippets": "JavaScript Snippets", 1215 | "sublime-js2coffee": "JS2Coffee", 1216 | "sublime-jsdocs": "DocBlockr", 1217 | "sublime-jshint": "JSHint", 1218 | "Sublime-JSLint": "JSLint", 1219 | "sublime-jsvalidate": "JS Validation using Esprima", 1220 | "sublime-kohana": "Kohana", 1221 | "sublime-kwrite-color-scheme": "KWrite Color Scheme", 1222 | "sublime-last-edit": "LastEdit", 1223 | "sublime-less2css": "Less2Css", 1224 | "sublime-licence-snippets": "Licence Snippets", 1225 | "sublime-lift": "Lift Snippets", 1226 | "sublime-liquid": "Liquid", 1227 | "sublime-lispindent": "lispindent", 1228 | "sublime-magento-TemplateCopy": "Magento - TemplateCopy", 1229 | "sublime-mailto": "Send by Mail", 1230 | "sublime-maperitive": "Maperitive", 1231 | "Sublime-Minifier": "Minifier", 1232 | "Sublime-Missing-Palette-Commands": "Missing Palette Commands", 1233 | "sublime-mocha-runner": "Mocha Runner", 1234 | "sublime-mocha-snippets": "Mocha Snippets", 1235 | "Sublime-Mongo-PHP": "MongoDB - PHP Completions", 1236 | "sublime-named": "Named (Bind) Helpers", 1237 | "sublime-nemerle": "Nemerle", 1238 | "sublime-node-require": "Require Node.js Modules Helper", 1239 | "sublime-octopress": "Octopress Snippets", 1240 | "sublime-open-path": "Open project path by shortcut", 1241 | "sublime-OpenRecentFiles": "Open Recent Files", 1242 | "sublime-OpenRelated": "Open Related", 1243 | "sublime-phix-color-scheme": "Phix Color Scheme", 1244 | "sublime-phpcs": "Phpcs", 1245 | "sublime-phpdocumentor": "phpDocumentor", 1246 | "sublime-phpdox": "PhpDox", 1247 | "sublime-phpsnippets": "Additional PHP Snippets", 1248 | "sublime-phpunit": "PHPUnit", 1249 | "sublime-pkstheme" : "PKs Color Scheme", 1250 | "Sublime-Placehold.it": "Placehold.it Image Tag Generator", 1251 | "sublime-pman": "Pman", 1252 | "Sublime-Pomodoro": "Pomodoro", 1253 | "Sublime-PowerPaste": "PowerPaste", 1254 | "sublime-projecttreetemplater": "ProjectTreeTemplater", 1255 | "sublime-pytags": "PyTags", 1256 | "sublime-rails-snippets": "Ruby on Rails snippets", 1257 | "sublime-recess": "Twitter Recess", 1258 | "sublime-related-files": "Related Files", 1259 | "sublime-require-helper": "Require Helper", 1260 | "sublime-rmate": "Rmate", 1261 | "sublime-robot-plugin" : "Robot Framework", 1262 | "Sublime-Rosetta-Get": "Rosetta Code Snippets", 1263 | "sublime-rst-completion": "Restructured Text (RST) Snippets", 1264 | "sublime-rust": "Rust", 1265 | "sublime-sane-snippets": "SaneSnippets", 1266 | "Sublime-SBT-Runner": "SBT Runner", 1267 | "sublime-scheme-cycler": "SchemeCycler", 1268 | "sublime-selenium-snippets": "Selenium Snippets", 1269 | "sublime-shrink-whitespaces": "Shrink Whitespaces", 1270 | "sublime-sjson": "SJSON", 1271 | "sublime-slug": "Slug", 1272 | "sublime-smart-match": "Smart Match", 1273 | "sublime-snake": "Snake", 1274 | "sublime-snakecase": "snake_case", 1275 | "sublime-snippets": "Laravel Snippets", 1276 | "Sublime-Snipt": "Snipt.net", 1277 | "Sublime-Snipt-Snippet-Fetcher": "Snipt Snippet Fetcher", 1278 | "sublime-Spark": "Spark", 1279 | "sublime-SplitScreen": "SplitScreen", 1280 | "sublime-SplitScreen-Resizer": "SplitScreen-Resizer", 1281 | "Sublime-SQF-Language": "SQF Language", 1282 | "sublime-stan": "Stan", 1283 | "sublime-sublimeweibo": "SublimeWeibo", 1284 | "sublime-surround": "Surround", 1285 | "Sublime-Susy": "Susy Snippets", 1286 | "sublime-switch": "Switch", 1287 | "sublime-symfony2": "Symfony2 Snippets", 1288 | "Sublime-SymfonyCommander": "SymfonyCommander", 1289 | "sublime-taskwarrior": "Taskwarrior", 1290 | "sublime-test-double": "Test Double", 1291 | "Sublime-Text--cdnjs": "cdnjs", 1292 | "Sublime-Text-2-Backbone.js-package": "Backbone.js", 1293 | "sublime-text-2-beanstalk": "Beanstalk Tools", 1294 | "sublime-text-2-clipboard-history": "Clipboard History", 1295 | "Sublime-Text-2-CSV-Plugin": "CSV", 1296 | "sublime-text-2-Django-DocsSearch": "Django-DocsSearch", 1297 | "sublime-text-2-folder-list": "Folder List", 1298 | "sublime-text-2-front-end": "Front End Snippets", 1299 | "sublime-text-2-git": "Git", 1300 | "sublime-text-2-github": "GitHub.app Menu", 1301 | "sublime-text-2-github-tools": "Github Tools", 1302 | "Sublime-Text-2-GoogleTranslate-Plugin": "Google Translate", 1303 | "Sublime-Text-2-Goto-CSS-Declaration": "Goto-CSS-Declaration", 1304 | "sublime-text-2-goto-documentation": "Goto Documentation", 1305 | "Sublime-Text-2-Goto-Drupal-API": "Goto Drupal API", 1306 | "sublime-text-2-hash-syntax": "Ruby 1.9 Hash Converter", 1307 | "sublime-text-2-image2base64": "Image2Base64", 1308 | "Sublime-Text-2-Inc-Dec-Value": "Inc-Dec-Value", 1309 | "sublime-text-2-ini": "INI", 1310 | "sublime-text-2-jasmine": "Jasmine", 1311 | "Sublime-Text-2-Lazy-Backbone.js-Package": "Lazy Backbone.js", 1312 | "sublime-text-2-marked": "Marked.app Menu", 1313 | "Sublime-Text-2-Mina": "Mina", 1314 | "sublime-text-2-moo": "Moo", 1315 | "sublime-text-2-mxunit": "MXUnit", 1316 | "Sublime-Text-2-OpenEdge-ABL": "OpenEdge ABL", 1317 | "Sublime-Text-2-Paste-As-Link-Plugin": "Paste as Link", 1318 | "Sublime-Text-2-Perforce-Plugin": "Perforce", 1319 | "Sublime-Text-2-PureCM-Plugin": "PureCM", 1320 | "sublime-text-2-quick-file-move": "QuickFileMove", 1321 | "Sublime-Text-2-Revert-All-Files": "Revert All Files", 1322 | "sublime-text-2-ruby-markers": "Ruby Markers", 1323 | "sublime-text-2-ruby-tests": "RubyTest", 1324 | "Sublime-Text-2-Search-Anywhere-Plugin": "Search Anywhere", 1325 | "sublime-text-2-sourcetree": "SourceTree.app Menu", 1326 | "Sublime-Text-2-Stackoverflow-Plugin": "Search Stack Overflow", 1327 | "Sublime-Text-2-Table-Cleaner": "Table Cleaner", 1328 | "sublime-text-2-twig": "Twig", 1329 | "Sublime-Text-2-Vlt-Plugin": "Vlt", 1330 | "sublime-text-2-wordpress": "Wordpress", 1331 | "Sublime-Text-Block-Nav": "Block Nav", 1332 | "sublime-text-caniuse": "Can I Use", 1333 | "Sublime-Text-Cycle-Setting": "Cycle Setting", 1334 | "sublime-text-doctypes": "Doctypes", 1335 | "sublime-text-move-tabs": "Move Tabs", 1336 | "sublime-text-pyrocms-snippets": "PyroCMS Snippets", 1337 | "sublime-text-shebang": "Shebang", 1338 | "sublime-text-silverstripe": "SilverStripe", 1339 | "sublime-text-theme-night": "Theme - Night", 1340 | "sublime-tfs": "Sublime TFS", 1341 | "sublime-theme-Cube2": "Cube2Media Color Scheme", 1342 | "sublime-theme-railscasts": "RailsCasts Colour Scheme", 1343 | "sublime-ti-build": "Titanium Build", 1344 | "sublime-titlecase": "Smart Title Case", 1345 | "sublime-tmux-syntax-highlight": "Tmux", 1346 | "sublime-todomanager": "Todo Manager", 1347 | "sublime-ToggleQuotes": "ToggleQuotes", 1348 | "sublime-tomdoc": "TomDoc+", 1349 | "sublime-tomorrow-theme": "Tomorrow Color Schemes", 1350 | "sublime-twee": "Twee", 1351 | "Sublime-Tweet": "Sublime Tweet", 1352 | "sublime-twitter-bootstrap-snippets": "Twitter Bootstrap Snippets", 1353 | "sublime-typescript": "TypeScript", 1354 | "sublime-typescript-compiler": "TypeScript Compiler", 1355 | "sublime-underscorejs-snippets": "Underscore.js Snippets", 1356 | "sublime-unittest": "Unittest (python)", 1357 | "sublime-v8": "Sublime V8", 1358 | "sublime-vagrant": "Vagrant", 1359 | "sublime-view-in-browser": "View In Browser", 1360 | "sublime-view-movement": "View Movement", 1361 | "Sublime-Wrap-Plus": "Wrap Plus", 1362 | "sublime-xaml": "XAML", 1363 | "sublime-xml-guesser": "xml-guesser", 1364 | "sublime-xpressengine": "XpressEngine", 1365 | "sublime-xsnippet": "XSnippet", 1366 | "sublime-yardoc": "yardoc", 1367 | "sublime-yii-snippets": "Yii Framework Snippets", 1368 | "Sublime.Markdown2Clipboard": "Markdown to Clipboard", 1369 | "Sublime2-SwitchLanguage": "SwitchLanguage", 1370 | "Sublime2-TreeTop": "TreeTop", 1371 | "sublime_context_build": "ContextBuild", 1372 | "sublime_drush": "Drush", 1373 | "sublime_guard": "Guard", 1374 | "sublime_new_from_selection": "New from Selection", 1375 | "sublime_python_imports": "Python Imports Sorter", 1376 | "sublime_text_alternative_autocompletion": "Alternative Autocompletion", 1377 | "sublime_unicode_nbsp": "Unicode Character Highlighter", 1378 | "sublime_valign": "VAlign", 1379 | "sublime_varscoper": "VarScoper", 1380 | "SublimeABC": "ABC Notation", 1381 | "SublimeAizuOnlineJudge": "Aizu Online Judge", 1382 | "SublimeAllAutocomplete": "All Autocomplete", 1383 | "SublimeAutoSemiColon": "Auto Semi-Colon", 1384 | "SublimeBingTranslator": "Bing Translator", 1385 | "SublimeBullet": "Bullet", 1386 | "SublimeChef": "Chef", 1387 | "SublimeChubyNinja": "Chuby Ninja Color Scheme", 1388 | "SublimeClearCase": "ClearCase", 1389 | "SublimeClipboardHistory": "Jimbly's Clipboard History", 1390 | "SublimeClipboardPath": "Clipboard Path", 1391 | "SublimeClojure": "Enhanced Clojure", 1392 | "SublimeCloseOldestFile": "Close Oldest File", 1393 | "SublimeCMSMadeSimple": "CMS Made Simple Snippets", 1394 | "SublimeCodechef": "Codechef", 1395 | "SublimeColorSchemeSelector": "ColorSchemeSelector", 1396 | "SublimeCSSTidy": "CSSTidy", 1397 | "SublimeCTagsPHP": "CTags for PHP", 1398 | "SublimeDataConverter": "DataConverter", 1399 | "SublimeEmberNav": "Simple Ember.js Navigator", 1400 | "SublimeERB": "ERB Insert and Toggle Commands", 1401 | "SublimeEventStore": "Event Store Projection Editor", 1402 | "SublimeExpandSelectionToLineBefore": "Expand Selection to Line Before", 1403 | "SublimeFiglet": "Figlet Big ASCII Text", 1404 | "SublimeFileCleanup": "FileCleanup", 1405 | "SublimeFiles": "Sublime Files", 1406 | "SublimeFileSync": "FileSync", 1407 | "SublimeFileTemplates": "FileTemplates", 1408 | "SublimeFreeMarker": "FreeMarker", 1409 | "SublimeFunctionNameDisplay": "Function Name Display", 1410 | "SublimeGoBuild": "Go Build", 1411 | "SublimeGtags": "GTags", 1412 | "SublimeHighlight": "Highlight", 1413 | "SublimeHTMLMustache": "HTML Mustache", 1414 | "SublimeHtmlTidy": "HtmlTidy", 1415 | "SublimeHttpRequester":"Http Requester", 1416 | "SublimeJRubyFXML": "JRubyFX", 1417 | "SublimeLaTeXAccents": "LaTeX Accents", 1418 | "SublimeListenr": "Listenr", 1419 | "SublimeLoremPixel": "LoremPixel", 1420 | "SublimeMagentoIntel": "MagentoIntel", 1421 | "SublimeMagick": "ImageMagick", 1422 | "SublimeMakeExecutable": "MakeExecutable", 1423 | "SublimeMarkdownBuild": "MarkdownBuild", 1424 | "SublimeMaven": "Maven", 1425 | "SublimeMoveTabs": "Move Tabs", 1426 | "SublimeNESASM": "NESASM", 1427 | "SublimeNumberManipulation": "Number Manipulation", 1428 | "SublimeOpenFromPath": "OpenFromPath", 1429 | "SublimePandoc": "Pandoc (Markdown)", 1430 | "sublimepastecolumn": "Paste as Column", 1431 | "SublimePasteColumn": "Paste as Column", 1432 | "SublimePerldoc": "perldoc", 1433 | "SublimePHPBuiltinWebServer": "PHP Built-in WebServer", 1434 | "SublimePhpTidy": "PhpTidy", 1435 | "SublimePrettyJson": "Pretty JSON", 1436 | "SublimePrint": "Simple Print Function", 1437 | "sublimeprolog": "Prolog", 1438 | "SublimePuppet": "Puppet", 1439 | "sublimePyQtSearch": "PyQt Search", 1440 | "SublimePySide": "PySide", 1441 | "SublimePythonCoverage": "Python Coverage", 1442 | "SublimePythonTidy": "PythonTidy", 1443 | "SublimeQuickFileCreator": "Quick File Creator", 1444 | "SublimeRailsNav": "Simple Rails Navigator", 1445 | "SublimeReader": "Text Reader", 1446 | "SublimeReadOnlyBuffer": "Read Only Buffer", 1447 | "SublimeRecentActiveFiles": "RecentActiveFiles", 1448 | "SublimeResizeActiveGroup": "Resize Active Group", 1449 | "SublimeRestart": "Restart", 1450 | "SublimeRspecBuild": "RspecBuild", 1451 | "SublimeRSpecNavigator": "RSpecNavigator", 1452 | "SublimeRubyCoverage": "Ruby Coverage", 1453 | "SublimeRubyEval": "RubyEval", 1454 | "SublimeRubyMotionBuilder": "RubyMotionBuilder", 1455 | "SublimeRubyToggleString": "RubyToggleString", 1456 | "SublimeSendToPasteBin": "SendToPasteBin", 1457 | "SublimeSourcePawn": "SourcePawn Syntax Highlighting", 1458 | "SublimeSourceTree": "SourceTree", 1459 | "SublimeStylishHaskell": "StylishHaskell", 1460 | "SublimeSuperSelect": "SuperSelect", 1461 | "SublimeSurroundWithSnippet": "Surround Code with Snippets", 1462 | "SublimeSwitchFileDeluxe": "Switch File Deluxe", 1463 | "SublimeSwitchViewInGroup": "Switch View in Group", 1464 | "SublimeSynchroScroll": "Synchronized File Scrolling", 1465 | "sublimesystemverilog": "SystemVerilog", 1466 | "SublimeSystemVerilog": "SystemVerilog", 1467 | "SublimeTabular": "Tabular", 1468 | "SublimeTagWrapper": "TagWrapper", 1469 | "SublimeTask": "Task", 1470 | "sublimetext-2-readonly-writable": "ReadonlyWritable", 1471 | "sublimetext-automatic-backups": "Automatic Backups", 1472 | "sublimetext-cakephp": "CakePHP (Native)", 1473 | "SublimeText-CasperJS": "CasperJS", 1474 | "SublimeText-Crypto": "Crypto", 1475 | "sublimetext-cuda-cpp": "CUDA C++", 1476 | "sublimetext-date": "Date", 1477 | "sublimetext-fsharp": "F#", 1478 | "sublimetext-grails": "Grails", 1479 | "sublimetext-html-export": "HTML Export", 1480 | "sublimetext-markdown-preview": "Markdown Preview", 1481 | "sublimetext-markdown-slideshow": "Markdown Slideshow", 1482 | "SublimeText-NodeEval": "NodeEval", 1483 | "SublimeText-Nodejs": "Nodejs", 1484 | "sublimetext-pastepdf": "Paste PDF Text Block", 1485 | "sublimetext-print-to-html": "Print to HTML", 1486 | "sublimetext-scalatest": "ScalaTest", 1487 | "SublimeText-Tabright": "Tabright", 1488 | "sublimetext-web-encoders": "Web Encoders", 1489 | "sublimetext-websequencediagrams": "WebSequenceDiagrams", 1490 | "SublimeText2-4GL": "4GL", 1491 | "sublimetext2-apiary-blueprint": "Apiary.io Blueprint", 1492 | "SublimeText2-BackboneBaguette-package": "Backbone Baguette", 1493 | "SublimeText2-BackThere": "Back There", 1494 | "SublimeText2-Behat-Features-Syntax": "Behat Features", 1495 | "SublimeText2-FTPSync": "FTPSync", 1496 | "SublimeText2-LinkOpener": "LinkOpener", 1497 | "SublimeText2-Parallel-Builder-Plugin": "Parallel Builder", 1498 | "SublimeText2-python-package-to-clipboard": "Python Package to Clipboard", 1499 | "sublimetext2-todotxt": "Todo.txt Syntax", 1500 | "SublimeText2RailsFileSwitcher": "Rails File Switcher", 1501 | "SublimeText2RailsRelatedFiles": "Rails Related Files", 1502 | "sublimetext_indentxml": "Indent XML", 1503 | "SublimeTextileBuild": "TextileBuild", 1504 | "SublimeTextPreview": "Preview", 1505 | "SublimeThinkPHP": "Thinkphp", 1506 | "SublimeTidyHTML": "TidyHTML5", 1507 | "SublimeToggleCssFormat": "Toggle Css Format", 1508 | "SublimeToggleSymbol": "Toggle Symbol to String", 1509 | "SublimeTradsim": "Tradsim", 1510 | "SublimeTranslit": "Translit", 1511 | "SUblimeTransporter": "Transporter", 1512 | "SublimeTweetLine": "TweetLine", 1513 | "SublimeVintageNumbers": "Vintage Numbers", 1514 | "SublimeWiki": "Wiki", 1515 | "SublimeWordPressCodex": "Search WordPress Codex", 1516 | "SublimeXdebug": "Xdebug", 1517 | "SublimeXSLT": "XSLT Snippets", 1518 | "SublimeZenoss": "Zenoss", 1519 | "Summerfruit": "Summerfruit Color Scheme", 1520 | "Sundried": "Sundried Color Scheme", 1521 | "Super-Calculator": "Super Calculator", 1522 | "SuperAnt": "Super Ant", 1523 | "supercollider-package-for-sublime-text": "SuperCollider", 1524 | "sweylas-color-theme-generator": "Sweyla's Color Theme Generator", 1525 | "SwitchScript": "Switch Script", 1526 | "Syntax-Matcher": "Syntax Matcher", 1527 | "Text-Pastry": "Text Pastry", 1528 | "textmate-solarized": "Solarized Color Scheme (TextMate)", 1529 | "threejs-sublime": "Three.js Autocomplete", 1530 | "TidyTabs-Sublime": "TidyTabs", 1531 | "todo-tmbundle": "Todo", 1532 | "TodoControl": "TODO Control", 1533 | "toggle-readonly": "Toggle Read-Only", 1534 | "ToggleBool": "Toggle words", 1535 | "TomDoc-Sublime": "TomDoc", 1536 | "tubaina-afc": "Tubaina (afc)", 1537 | "ublime": "Ublime Color Schemes", 1538 | "Unity3D": "Unity3D", 1539 | "Unity3DScriptReference": "Unity3D Script Reference Search", 1540 | "Unity3DSnippets": "Unity3D Snippets and Completes", 1541 | "UnityBuild": "Unity3D Build System", 1542 | "unrealscript-sublime": "UnrealScript", 1543 | "ValaForSublime": "Vala", 1544 | "vintage-sublime-surround": "Vintage Surround", 1545 | "WebExPertColorScheme": "WebExPert - ColorScheme", 1546 | "webfont": "WebFont", 1547 | "wordpress-readme-to-markdown": "WordPress Readme to Markdown", 1548 | "XQuery-Sublime": "XQuery", 1549 | "xtoy": "X to Y", 1550 | "yate-textmate": "Yate", 1551 | "Youdao-Translate-For-Sublime": "Youdao English-Chinese Translate", 1552 | "YUI-Compressor": "YUI Compressor", 1553 | "ZF2Helper": "PHP Zend Framework 2 Helper", 1554 | "Zurb-Foundation-Textmate-Bundle": "Zurb Foundation Snippets" 1555 | }, 1556 | "renamed_packages": { 1557 | "alternative_autocompletion": "Alternative Autocompletion", 1558 | "AndyJS": "AndyJS2", 1559 | "CakePHP": "CakePHP (tmbundle)", 1560 | "DocBlox": "phpDocumentor", 1561 | "Frontend Delight Theme": "Color Scheme - Frontend Delight", 1562 | "Git Gutter": "GitGutter", 1563 | "Goto Golang Document": "GoToDoc", 1564 | "HaXe": "Haxe", 1565 | "IncDecValue": "Inc-Dec-Value", 1566 | "JS Minifier": "JsMinifier", 1567 | "JSDocs": "DocBlockr", 1568 | "Load file to REPL": "LoadFileToRepl", 1569 | "Quick File Renamer": "QuickFileMove", 1570 | "Six: Future JavaScript Syntax": "Six - Future JavaScript Syntax", 1571 | "Solarized Color Scheme (TextMate)": "Solarized Color Scheme", 1572 | "SublimeBracketeer": "Bracketeer", 1573 | "SublimeMoveText": "MoveText", 1574 | "SublimeQuickfind": "Quickfind", 1575 | "SublimeTransposeCharacter": "TransposeCharacter", 1576 | "Theme - Soda Refined": "Theme - Aqua", 1577 | "ThinkPHP Snippets": "Thinkphp" 1578 | } 1579 | } 1580 | --------------------------------------------------------------------------------