Commit 9a77479d authored by geekpradd's avatar geekpradd

Merge remote-tracking branch 'upstream/master'

parents e26b43d0 c3486680
{
"schema_version": "2.0",
"schema_version": "3.0.0",
"repositories": [
"./repository.json",
"http://release.latexing.com/packages.json",
"http://www.sublimegerrit.com/packages.json",
"https://bitbucket.org/jjones028/p4sublime/raw/tip/packages.json",
"https://bitbucket.org/klorenz/sublime_packages/raw/tip/packages.json",
"https://csch1.triangulum.uberspace.de/release/packages.json",
"https://packagecontrol.io/packages_2.json",
"https://raw.githubusercontent.com/accerqueira/sublime/master/packages.json",
"https://raw.githubusercontent.com/afterdesign/jshintify/master/packages.json",
......@@ -91,8 +90,6 @@
"https://raw.githubusercontent.com/quarnster/SublimeJava/master/package.json",
"https://raw.githubusercontent.com/randy3k/sublime_packages/master/packages.json",
"https://raw.githubusercontent.com/recklesswaltz/Subtoise/master/packages.json",
"https://raw.githubusercontent.com/robertcollier4/AutoHotkey/master/packages.json",
"https://raw.githubusercontent.com/robertcollier4/REG/master/packages.json",
"https://raw.githubusercontent.com/royisme/SublimeOctopressTool/master/packages.json",
"https://raw.githubusercontent.com/rpowers/sublime_stata/master/packages.json",
"https://raw.githubusercontent.com/rse/sublime-scheme-rse/master/packages.json",
......@@ -104,6 +101,7 @@
"https://raw.githubusercontent.com/Skullmonkey/sublime/master/packages.json",
"https://raw.githubusercontent.com/sokolovstas/SublimeWebInspector/master/packages.json",
"https://raw.githubusercontent.com/soncy/AutoComments-for-Sublime-Text-2/master/packages.json",
"https://raw.githubusercontent.com/spectacles/CodeComplice/master/packages.json",
"https://raw.githubusercontent.com/SublimeCodeIntel/SublimeCodeIntel/master/packages.json",
"https://raw.githubusercontent.com/SublimeLinter/package_control_channel/master/packages.json",
"https://raw.githubusercontent.com/superbob/SublimeTextLanguageFrench/master/packages.json",
......@@ -123,6 +121,7 @@
"https://raw.githubusercontent.com/wallysalami/QuickLook/master/packages.json",
"https://raw.githubusercontent.com/weslly/sublime_packages/master/packages.json",
"https://raw.githubusercontent.com/WhatWeDo/Sublime-Text-2-Compass-Build-System/master/packages.json",
"https://raw.githubusercontent.com/x3ns/x3-alpha-theme/master/packages.json",
"https://raw.githubusercontent.com/xgenvn/InputHelper/master/packages.json",
"https://raw.githubusercontent.com/yangsu/sublime-io/master/packages.json",
"https://raw.githubusercontent.com/yangsu/sublime-octopress/master/packages.json",
......
{
"schema_version": "2.0",
"schema_version": "3.0.0",
"packages": [],
"dependencies": [],
"includes": [
"./repository/0-9.json",
"./repository/a.json",
......@@ -28,6 +29,7 @@
"./repository/w.json",
"./repository/x.json",
"./repository/y.json",
"./repository/z.json"
"./repository/z.json",
"./repository/dependencies.json"
]
}
{
"schema_version": "2.0",
"schema_version": "3.0.0",
"packages": [
{
"name": "1337 Color Scheme",
"details": "https://github.com/MarkMichos/1337-Scheme",
"labels": ["color scheme"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{
"name": "1Self",
"details": "https://github.com/1self/sublime-text-plugin",
"labels": ["time tracking", "activity"],
"previous_names": ["QuantifiedDev"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{
"name": "2pdf",
"details": "https://github.com/fraoustin/Sublime2pdf",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/fraoustin/Sublime2pdf/tree/master"
"branch": "master"
}
]
},
......@@ -18,7 +41,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/idleberg/3024.tmTheme/tree/master"
"branch": "master"
}
]
},
......@@ -28,7 +51,7 @@
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/Globicodeur/Sublime-Text-42-Headers/tags"
"tags": true
}
]
},
......@@ -39,7 +62,18 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/skarcha/SublimeText2-4GL/tree/master"
"branch": "master"
}
]
},
{
"name": "6to5",
"details": "https://github.com/6to5/6to5-sublime",
"labels": ["language syntax", "snippets"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"schema_version": "3.0.0",
"packages": [],
"dependencies": [
{
"name": "bz2",
"load_order": "02",
"description": "Python bz2 module",
"author": "wbond",
"issues": "https://github.com/codexns/sublime-bz2/issues",
"releases": [
{
"sublime_text": "*",
"base": "https://github.com/codexns/sublime-bz2",
"tags": true
}
]
},
{
"name": "ordereddict",
"load_order": "50",
"description": "Python ordereddict module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/ordereddict/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/ordereddict",
"tags": true,
"sublime_text": "<3000"
}
]
},
{
"name": "pytz",
"load_order": "50",
"description": "Python pytz module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/pytz/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/pytz",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "pyyaml",
"load_order": "50",
"description": "Python PyYAML module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/pyyaml/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/pyyaml",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "requests",
"load_order": "50",
"description": "Python requests module",
"author": "FichteFoll",
"issues": "https://github.com/packagecontrol/requests/issues",
"releases": [
{
"base": "https://github.com/packagecontrol/requests",
"tags": true,
"sublime_text": "*"
}
]
},
{
"name": "select-windows",
"load_order": "02",
"description": "Python select module for Sublime Text 2 on Windows",
"author": "wbond",
"issues": "https://github.com/codexns/sublime-select-windows/issues",
"releases": [
{
"sublime_text": "*",
"base": "https://github.com/codexns/sublime-select-windows",
"tags": true
}
]
},
{
"name": "ssl-linux",
"load_order": "01",
"description": "Python _ssl module for Linux",
"author": "wbond",
"issues": "https://github.com/codexns/sublime-ssl-linux/issues",
"releases": [
{
"sublime_text": "*",
"platforms": ["linux"],
"version": "1.0.1",
"url": "http://packagecontrol.io/ssl/1.0.1/ssl-linux.sublime-package",
"sha256": "862d061cbe666777cd1e9cd1cbc7c82f48ad8897dbb68332975f3edf5ce0f38d"
}
]
},
{
"name": "ssl-windows",
"load_order": "01",
"description": "Python _ssl module for Sublime Text 2 on Windows",
"author": "wbond",
"issues": "https://github.com/codexns/sublime-ssl-windows/issues",
"releases": [
{
"sublime_text": "<3000",
"platforms": ["windows"],
"version": "1.0.0",
"url": "http://packagecontrol.io/ssl/1.0.0/ssl-windows.sublime-package",
"sha256": "efe25e3bdf2e8f791d86327978aabe093c9597a6ceb8c2fb5438c1d810e02bea"
}
]
}
]
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"schema_version": "2.0",
"schema_version": "3.0.0",
"packages": [
{
"name": "K Framework",
......@@ -8,7 +8,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/Zhomart/kframework-Sublime-Plugin/tree/master"
"branch": "master"
}
]
},
......@@ -16,14 +16,12 @@
"name": "Kaneva API (KPI) Completions",
"details": "https://github.com/FracturedShader/kpiCompletions",
"labels": ["completions", "Kaneva", "Lua"],
"previous_names": ["Kaneva API (KPI) Snippets"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/FracturedShader/kpiCompletions/tree/master"
"branch": "master"
}
],
"previous_names": [
"Kaneva API (KPI) Snippets"
]
},
{
......@@ -33,7 +31,7 @@
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/KCPS/st3-theme-kcps/tags"
"tags": true
}
]
},
......@@ -43,7 +41,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/vprimachenko/Sublime2KeepOpen/tree/master"
"branch": "master"
}
]
},
......@@ -54,7 +52,17 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/maxhoffmann/Kellys/tree/master"
"branch": "master"
}
]
},
{
"name": "Kerbal Space Program Configuration Syntax",
"details": "https://github.com/NathanJang/KSP-tmLanguage",
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
......@@ -65,7 +73,19 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/jlknuth/KeyboardSpellCheck/tags"
"tags": true
}
]
},
{
"name": "KeymapEnhanced",
"details": "https://github.com/shagabutdinov/sublime-keymap-enhanced",
"donate": "https://github.com/shagabutdinov/sublime-enhanced/blob/master/readme-donations.md",
"labels": ["sublime-enhanced", "keymap"],
"releases": [
{
"sublime_text": "*",
"branch": "master"
}
]
},
......@@ -74,7 +94,7 @@
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/welefen/KeymapManager/tree/master"
"branch": "master"
}
]
},
......@@ -85,7 +105,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/MiroHibler/sublime-keymaps/tree/master"
"branch": "master"
}
]
},
......@@ -95,9 +115,8 @@
"labels": ["language syntax", "build system", "snippets"],
"releases": [
{
"sublime_text": ">=3000",
"platforms": ["osx", "windows"],
"details": "https://github.com/Swoffa/SublimeKickAssemblerC64/tags"
"sublime_text": "*",
"tags": true
}
]
},
......@@ -107,7 +126,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/tmwagency/Kickoff-snippets/tags"
"tags": true
}
]
},
......@@ -118,7 +137,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/idleberg/Kimbie.tmTheme/tree/master"
"branch": "master"
}
]
},
......@@ -129,7 +148,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/andrewheiss/SublimeKnitr/tags"
"tags": true
}
]
},
......@@ -138,7 +157,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/aziz/knockdown/tree/master"
"branch": "master"
}
]
},
......@@ -147,7 +166,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/SublimeText/KnowledgeBase/tree/master"
"branch": "master"
}
]
},
......@@ -157,7 +176,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/phuu/sublime.kodery/tags"
"tags": true
}
]
},
......@@ -167,7 +186,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/Zeelot/sublime-kohana/tree/master"
"branch": "master"
}
]
},
......@@ -178,7 +197,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/golf3gtiii/Kohana234-sublimeText2-plugin/tree/master"
"branch": "master"
}
]
},
......@@ -188,7 +207,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://bitbucket.org/temperedvision/sublime-kohana3/src/master"
"branch": "master"
}
]
},
......@@ -198,7 +217,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/koken/koken-sublime/tree/master"
"branch": "master"
}
]
},
......@@ -208,7 +227,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/vkostyukov/kotlin-sublime-package/tree/master"
"branch": "master"
}
]
},
......@@ -219,7 +238,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/drautb/krl-syntax/tags"
"tags": true
}
]
},
......@@ -229,22 +248,19 @@
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/trevordixon/sublime-krl-validator/tree/master"
"branch": "master"
}
]
},
{
"name": "Kulture",
"details": "https://github.com/ligershark/kulture",
"details": "https://github.com/OmniSharp/Kulture",
"previous_names": ["vNext"],
"releases": [
{
"platforms": ["osx", "windows"],
"sublime_text": ">=3000",
"details": "https://github.com/ligershark/kulture/tree/release"
"branch": "release"
}
],
"previous_names": [
"vNext"
]
},
{
......@@ -254,7 +270,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/daris/sublime-kwrite-color-scheme/tree/master"
"branch": "master"
}
]
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{
"schema_version": "2.0",
"schema_version": "3.0.0",
"packages": [
{
"name": "Qiita for Sublime",
......@@ -7,7 +7,7 @@
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/blueplanet/sublime-qiita/tags"
"tags": true
}
]
},
......@@ -18,7 +18,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/skozlovf/Sublime-QML/tags"
"tags": true
}
]
},
......@@ -29,7 +29,7 @@
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/danielwagner/qooxdoo-sublime/tags"
"tags": true
}
]
},
......@@ -39,18 +39,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/mintyPT/QSwitch/tree/master"
}
]
},
{
"name": "QuantifiedDev",
"details": "https://github.com/QuantifiedDev/sublime-text-plugin",
"labels": ["time tracking", "activity"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/QuantifiedDev/sublime-text-plugin/tags"
"branch": "master"
}
]
},
......@@ -60,7 +49,7 @@
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/sahibalejandro/quark-php-sublime/tree/master"
"branch": "master"
}
]
},
......@@ -71,7 +60,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/contradictioned/quartz-syntax/tags"
"tags": true
}
]
},
......@@ -82,7 +71,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/linkarys/QuickDocsLauncher/tree/master"
"branch": "master"
}
]
},
......@@ -92,22 +81,19 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/noklesta/SublimeQuickFileCreator/tree/master"
"branch": "master"
}
]
},
{
"name": "Quick File Move",
"details": "https://github.com/wulftone/sublime-text-quick-file-move",
"previous_names": ["Quick File Renamer", "QuickFileMove"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/wulftone/sublime-text-quick-file-move/tree/master"
"branch": "master"
}
],
"previous_names": [
"Quick File Renamer",
"QuickFileMove"
]
},
{
......@@ -116,7 +102,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/gsingh93/sublime-quick-file-open/tags"
"tags": true
}
]
},
......@@ -125,7 +111,7 @@
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/facelessuser/QuickCal/tree/ST3"
"tags": "st3-"
}
]
},
......@@ -135,7 +121,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/lite3/Sublime-QuickGotoAnything/tags"
"tags": true
}
]
},
......@@ -145,7 +131,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://bitbucket.org/sigzegv/quicklinks/src/master"
"branch": "master"
}
]
},
......@@ -154,33 +140,41 @@
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/agibsonsw/QuickPrint/tree/master"
"branch": "master"
}
]
},
{
"details": "https://github.com/danpe/QuickRails",
"previous_names": ["Quick Rails"],
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/danpe/QuickRails/tree/master"
"branch": "master"
}
],
"previous_names": [
"Quick Rails"
]
},
{
"name": "QuickRef Command Lookup",
"details": "https://bitbucket.org/rablador/quickref",
"previous_names": ["QuickRef"],
"releases": [
{
"sublime_text": "*",
"details": "https://bitbucket.org/rablador/quickref/src/develop"
"branch": "develop"
}
]
},
{
"name": "QuickSearchEnhanced",
"details": "https://github.com/shagabutdinov/sublime-quick-search-enhanced",
"donate": "https://github.com/shagabutdinov/sublime-enhanced/blob/master/readme-donations.md",
"labels": ["sublime-enhanced", "text navigation"],
"releases": [
{
"sublime_text": "*",
"branch": "master"
}
],
"previous_names": [
"QuickRef"
]
},
{
......@@ -190,7 +184,11 @@
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/sickmartian/quick_simplenote/tags"
"tags": "st2-"
},
{
"sublime_text": ">=3000",
"tags": "st3-"
}
]
},
......@@ -199,7 +197,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/chrislongo/QuickThemes/tree/master"
"branch": "master"
}
]
},
......@@ -209,7 +207,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/leitwolf/QuickXDev/tree/master"
"branch": "master"
}
]
},
......@@ -219,7 +217,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/ArmandoMendoza/sublime-quijotipsum/tree/master"
"branch": "master"
}
]
},
......@@ -229,7 +227,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/maxhoffmann/qunit-snippets/tree/master"
"branch": "master"
}
]
},
......@@ -240,7 +238,7 @@
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/mutian/Sublime-Quote-HTML/tree/master"
"branch": "master"
}
]
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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