Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
package_control_channel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
package_control_channel
Commits
b63342f1
Commit
b63342f1
authored
Oct 19, 2015
by
Craft, Austin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master'
parents
55bf54df
27ec38f8
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
182 additions
and
5 deletions
+182
-5
channel.json
channel.json
+1
-0
b.json
repository/b.json
+11
-0
c.json
repository/c.json
+12
-0
i.json
repository/i.json
+1
-1
j.json
repository/j.json
+22
-0
m.json
repository/m.json
+33
-0
o.json
repository/o.json
+10
-0
p.json
repository/p.json
+11
-0
q.json
repository/q.json
+11
-0
r.json
repository/r.json
+11
-0
s.json
repository/s.json
+2
-2
t.json
repository/t.json
+22
-0
v.json
repository/v.json
+10
-0
w.json
repository/w.json
+25
-2
No files found.
channel.json
View file @
b63342f1
...
@@ -129,6 +129,7 @@
...
@@ -129,6 +129,7 @@
"https://raw.githubusercontent.com/yangsu/sublime-octopress/master/packages.json"
,
"https://raw.githubusercontent.com/yangsu/sublime-octopress/master/packages.json"
,
"https://raw.githubusercontent.com/zfkun/sublime-kissy-snippets/master/packages.json"
,
"https://raw.githubusercontent.com/zfkun/sublime-kissy-snippets/master/packages.json"
,
"https://release.sublimegit.net/packages.json"
,
"https://release.sublimegit.net/packages.json"
,
"https://sequoiastudios.io/sublime_packages/packages.json"
,
"https://sublimerge-bfcloud.rhcloud.com/packages.json"
,
"https://sublimerge-bfcloud.rhcloud.com/packages.json"
,
"https://wuub.net/packages.json"
"https://wuub.net/packages.json"
]
]
...
...
repository/b.json
View file @
b63342f1
...
@@ -732,6 +732,17 @@
...
@@ -732,6 +732,17 @@
}
}
]
]
},
},
{
"name"
:
"Bootstrap 4 Snippets"
,
"details"
:
"https://github.com/mdegoo/sublime-bootstrap4"
,
"labels"
:
[
"snippets"
,
"Bootstrap"
,
"Bootstrap4"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"details"
:
"https://bitbucket.org/Tumbo/bootstrap-jade"
,
"details"
:
"https://bitbucket.org/Tumbo/bootstrap-jade"
,
"releases"
:
[
"releases"
:
[
...
...
repository/c.json
View file @
b63342f1
...
@@ -509,6 +509,18 @@
...
@@ -509,6 +509,18 @@
}
}
]
]
},
},
{
"name"
:
"CHeaders"
,
"details"
:
"https://github.com/leoxnidas/CHeaders"
,
"labels"
:
[
"C"
,
"C++"
],
"releases"
:
[
{
"sublime_text"
:
">=3000"
,
"platforms"
:
[
"windows"
,
"linux"
],
"tags"
:
true
}
]
},
{
{
"name"
:
"Cheat Sheets"
,
"name"
:
"Cheat Sheets"
,
"details"
:
"https://github.com/dmikalova/sublime-cheat-sheets"
,
"details"
:
"https://github.com/dmikalova/sublime-cheat-sheets"
,
...
...
repository/i.json
View file @
b63342f1
...
@@ -221,7 +221,7 @@
...
@@ -221,7 +221,7 @@
"details"
:
"https://github.com/somebee/sublime-imba"
,
"details"
:
"https://github.com/somebee/sublime-imba"
,
"releases"
:
[
"releases"
:
[
{
{
"sublime_text"
:
"
>=3000
"
,
"sublime_text"
:
"
*
"
,
"tags"
:
true
"tags"
:
true
}
}
]
]
...
...
repository/j.json
View file @
b63342f1
...
@@ -321,6 +321,17 @@
...
@@ -321,6 +321,17 @@
}
}
]
]
},
},
{
"name"
:
"JavaScript Snippets for IMWeb"
,
"details"
:
"https://github.com/imweb/sublime-js-snippets"
,
"labels"
:
[
"snippets"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"JavaScript Ultimate"
,
"name"
:
"JavaScript Ultimate"
,
"details"
:
"https://github.com/JoshuaWise/javascript-ultimate"
,
"details"
:
"https://github.com/JoshuaWise/javascript-ultimate"
,
...
@@ -573,6 +584,17 @@
...
@@ -573,6 +584,17 @@
}
}
]
]
},
},
{
"name"
:
"jQuery Mobile Demos"
,
"details"
:
"https://github.com/coderyang/jQueryMobileDemos"
,
"labels"
:
[
"jquery mobile"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"jQuery Mobile Snippets"
,
"name"
:
"jQuery Mobile Snippets"
,
"details"
:
"https://github.com/devtellect/sublime-jquery-mobile-snippets"
,
"details"
:
"https://github.com/devtellect/sublime-jquery-mobile-snippets"
,
...
...
repository/m.json
View file @
b63342f1
...
@@ -98,6 +98,39 @@
...
@@ -98,6 +98,39 @@
}
}
]
]
},
},
{
"name"
:
"MagicPython"
,
"details"
:
"https://github.com/MagicStack/MagicPython"
,
"labels"
:
[
"language syntax"
,
"python"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"Magma"
,
"details"
:
"https://github.com/chrisdoris/sublime-magma"
,
"labels"
:
[
"language syntax"
,
"magma"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"MagmaSnippets"
,
"details"
:
"https://github.com/chrisdoris/sublime-magma-snippets"
,
"labels"
:
[
"snippets"
,
"magma"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"Make File Executable"
,
"name"
:
"Make File Executable"
,
"details"
:
"https://github.com/glutanimate/sublime-make-file-executable"
,
"details"
:
"https://github.com/glutanimate/sublime-make-file-executable"
,
...
...
repository/o.json
View file @
b63342f1
...
@@ -215,6 +215,16 @@
...
@@ -215,6 +215,16 @@
}
}
]
]
},
},
{
"name"
:
"One Dark Material - Theme"
,
"details"
:
"https://github.com/rafamds/OneDarkMaterial"
,
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"OnlineSearch"
,
"name"
:
"OnlineSearch"
,
"details"
:
"https://github.com/rajeshvaya/sublime-online-searcher"
,
"details"
:
"https://github.com/rajeshvaya/sublime-online-searcher"
,
...
...
repository/p.json
View file @
b63342f1
...
@@ -1956,6 +1956,17 @@
...
@@ -1956,6 +1956,17 @@
}
}
]
]
},
},
{
"name"
:
"PyQt5 Completions"
,
"details"
:
"https://github.com/tushortz/PyQt5-Completions"
,
"labels"
:
[
"python"
,
"completions"
,
"auto-complete"
,
"completion"
,
"autocomplete"
,
"snippet"
,
"Completion"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"PyRefactor"
,
"name"
:
"PyRefactor"
,
"details"
:
"https://github.com/dnatag/PyRefactor"
,
"details"
:
"https://github.com/dnatag/PyRefactor"
,
...
...
repository/q.json
View file @
b63342f1
...
@@ -53,6 +53,17 @@
...
@@ -53,6 +53,17 @@
}
}
]
]
},
},
{
"name"
:
"Qt Completions for C++"
,
"details"
:
"https://github.com/tushortz/Qt-Completions-for-Cpp"
,
"labels"
:
[
"c++"
,
"completions"
,
"auto-complete"
,
"completion"
,
"autocomplete"
,
"snippet"
,
"Completion"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"QuarkPHP"
,
"name"
:
"QuarkPHP"
,
"details"
:
"https://github.com/sahibalejandro/quark-php-sublime"
,
"details"
:
"https://github.com/sahibalejandro/quark-php-sublime"
,
...
...
repository/r.json
View file @
b63342f1
...
@@ -1301,6 +1301,17 @@
...
@@ -1301,6 +1301,17 @@
}
}
]
]
},
},
{
"name"
:
"Rubycritic"
,
"details"
:
"https://github.com/pedrocarmona/SublimeRubycritic"
,
"releases"
:
[
{
"sublime_text"
:
"*"
,
"platforms"
:
[
"osx"
,
"linux"
],
"tags"
:
true
}
]
},
{
{
"name"
:
"RubyEval"
,
"name"
:
"RubyEval"
,
"details"
:
"https://github.com/jugyo/SublimeRubyEval"
,
"details"
:
"https://github.com/jugyo/SublimeRubyEval"
,
...
...
repository/s.json
View file @
b63342f1
...
@@ -1731,7 +1731,7 @@
...
@@ -1731,7 +1731,7 @@
{
{
"name"
:
"SnippetX"
,
"name"
:
"SnippetX"
,
"details"
:
"https://github.com/ColinRyan/SnippetX"
,
"details"
:
"https://github.com/ColinRyan/SnippetX"
,
"labels"
:
[
"text manipulation"
,
"snippets"
],
"labels"
:
[
"text manipulation"
,
"snippets"
],
"releases"
:
[
"releases"
:
[
{
{
"sublime_text"
:
">=3000"
,
"sublime_text"
:
">=3000"
,
...
@@ -2187,7 +2187,7 @@
...
@@ -2187,7 +2187,7 @@
"labels"
:
[
"snippets"
],
"labels"
:
[
"snippets"
],
"releases"
:
[
"releases"
:
[
{
{
"sublime_text"
:
"
<3000
"
,
"sublime_text"
:
"
*
"
,
"branch"
:
"master"
"branch"
:
"master"
}
}
]
]
...
...
repository/t.json
View file @
b63342f1
...
@@ -245,6 +245,17 @@
...
@@ -245,6 +245,17 @@
}
}
]
]
},
},
{
"name"
:
"Tea Color Scheme"
,
"details"
:
"https://github.com/watergear/sublime-tea-color-scheme"
,
"labels"
:
[
"color scheme"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"Teaspoon"
,
"name"
:
"Teaspoon"
,
"details"
:
"https://github.com/emn178/sublime-text-2-teaspoon"
,
"details"
:
"https://github.com/emn178/sublime-text-2-teaspoon"
,
...
@@ -788,6 +799,17 @@
...
@@ -788,6 +799,17 @@
}
}
]
]
},
},
{
"name"
:
"Theme - Fengshui"
,
"details"
:
"https://github.com/jobedom/fengshui-theme"
,
"labels"
:
[
"theme"
,
"color scheme"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"Theme - Flatgrammer"
,
"name"
:
"Theme - Flatgrammer"
,
"details"
:
"https://github.com/artifactdev/flatgrammer-theme"
,
"details"
:
"https://github.com/artifactdev/flatgrammer-theme"
,
...
...
repository/v.json
View file @
b63342f1
...
@@ -324,6 +324,16 @@
...
@@ -324,6 +324,16 @@
}
}
]
]
},
},
{
"name"
:
"VintageES"
,
"details"
:
"https://github.com/SublimeText/Vintage-Extended-Support"
,
"releases"
:
[
{
"sublime_text"
:
">=3000"
,
"tags"
:
true
}
]
},
{
{
"details"
:
"https://github.com/SublimeText/VintageEx"
,
"details"
:
"https://github.com/SublimeText/VintageEx"
,
"releases"
:
[
"releases"
:
[
...
...
repository/w.json
View file @
b63342f1
...
@@ -301,7 +301,8 @@
...
@@ -301,7 +301,8 @@
]
]
},
},
{
{
"name"
:
"Wildlife"
,
"name"
:
"Wildlife Color Scheme"
,
"previous_names"
:[
"Wildlife"
],
"details"
:
"https://github.com/tushortz/wildlife"
,
"details"
:
"https://github.com/tushortz/wildlife"
,
"labels"
:
[
"color scheme"
,
"highlighting"
,
"linting"
],
"labels"
:
[
"color scheme"
,
"highlighting"
,
"linting"
],
"releases"
:
[
"releases"
:
[
...
@@ -346,7 +347,8 @@
...
@@ -346,7 +347,8 @@
"details"
:
"https://github.com/SublimeText/WinMerge"
,
"details"
:
"https://github.com/SublimeText/WinMerge"
,
"releases"
:
[
"releases"
:
[
{
{
"sublime_text"
:
"<3000"
,
"sublime_text"
:
"*"
,
"platforms"
:
[
"windows"
],
"branch"
:
"master"
"branch"
:
"master"
}
}
]
]
...
@@ -372,6 +374,17 @@
...
@@ -372,6 +374,17 @@
}
}
]
]
},
},
{
"name"
:
"Witcher Script Syntax"
,
"details"
:
"https://github.com/flo5581/sublime-WitcherScript"
,
"labels"
:
[
"language syntax"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
{
"name"
:
"WLST"
,
"name"
:
"WLST"
,
"details"
:
"https://github.com/Joelith/sublime-wlst"
,
"details"
:
"https://github.com/Joelith/sublime-wlst"
,
...
@@ -432,6 +445,16 @@
...
@@ -432,6 +445,16 @@
}
}
]
]
},
},
{
"name"
:
"WordCompletion"
,
"details"
:
"https://github.com/schmave/Sublime-Word-Completion"
,
"releases"
:
[
{
"sublime_text"
:
">=3000"
,
"tags"
:
true
}
]
},
{
{
"details"
:
"https://github.com/titoBouzout/WordCount"
,
"details"
:
"https://github.com/titoBouzout/WordCount"
,
"releases"
:
[
"releases"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment