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
e27b8bff
Commit
e27b8bff
authored
Feb 09, 2016
by
Jeremy Saks
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'wbond/master'
parents
a5feab70
f89e051d
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
214 additions
and
10 deletions
+214
-10
c.json
repository/c.json
+11
-0
d.json
repository/d.json
+10
-0
dependencies.json
repository/dependencies.json
+15
-0
e.json
repository/e.json
+35
-0
f.json
repository/f.json
+20
-0
g.json
repository/g.json
+11
-0
l.json
repository/l.json
+11
-0
m.json
repository/m.json
+34
-0
o.json
repository/o.json
+12
-0
p.json
repository/p.json
+34
-10
r.json
repository/r.json
+21
-0
No files found.
repository/c.json
View file @
e27b8bff
...
...
@@ -1210,6 +1210,17 @@
}
]
},
{
"name"
:
"coala"
,
"details"
:
"https://github.com/coala-analyzer/coala-sublime"
,
"labels"
:
[
"linting"
],
"releases"
:
[
{
"sublime_text"
:
">=3000"
,
"tags"
:
true
}
]
},
{
"name"
:
"COBOL Syntax"
,
"details"
:
"https://bitbucket.org/bitlang/sublime_cobol"
,
...
...
repository/d.json
View file @
e27b8bff
...
...
@@ -627,6 +627,16 @@
}
]
},
{
"name"
:
"Django Lookup Snippets"
,
"details"
:
"https://github.com/icycandle/sublime-django-lookup"
,
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"Django Manage Commands"
,
"details"
:
"https://github.com/vladimirnani/DjangoCommands"
,
...
...
repository/dependencies.json
View file @
e27b8bff
...
...
@@ -189,6 +189,21 @@
}
]
},
{
"name"
:
"numpy"
,
"load_order"
:
"01"
,
"description"
:
"Python numpy module"
,
"author"
:
"komsit37"
,
"issues"
:
"https://github.com/komsit37/sublime-numpy/issues"
,
"releases"
:
[
{
"base"
:
"https://github.com/komsit37/sublime-numpy"
,
"tags"
:
true
,
"sublime_text"
:
">=3000"
,
"platforms"
:
[
"windows-x64"
,
"osx-x64"
]
}
]
},
{
"name"
:
"oauthlib"
,
"load_order"
:
"50"
,
...
...
repository/e.json
View file @
e27b8bff
...
...
@@ -188,6 +188,17 @@
}
]
},
{
"name"
:
"EdifactHighlighter"
,
"details"
:
"https://github.com/Frogli/sublime-edifact"
,
"labels"
:
[
"language syntax"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"Edit Command Palette"
,
"details"
:
"https://github.com/twolfson/sublime-edit-command-palette"
,
...
...
@@ -592,6 +603,17 @@
}
]
},
{
"name"
:
"Environment Settings"
,
"details"
:
"https://bitbucket.org/daniele-niero/environmentsettings"
,
"labels"
:
[
"environment"
,
"variables"
,
"project"
],
"releases"
:
[
{
"sublime_text"
:
">=3000"
,
"tags"
:
true
}
]
},
{
"name"
:
"EPL"
,
"details"
:
"https://github.com/StefanE/sublime-epl"
,
...
...
@@ -704,6 +726,19 @@
}
]
},
{
"name"
:
"ESpec"
,
"previous_names"
:
[
"ESpec syntax highlighting"
],
"details"
:
"https://github.com/retgoat/ESpec"
,
"labels"
:[
"snippets"
,
"build system"
,
"language syntax"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"platforms"
:
[
"osx"
,
"linux"
],
"tags"
:
true
}
]
},
{
"name"
:
"Esuna Framework Snippets"
,
"details"
:
"https://github.com/Idered/esuna-snippets"
,
...
...
repository/f.json
View file @
e27b8bff
...
...
@@ -1043,6 +1043,16 @@
}
]
},
{
"name"
:
"Folder2Project"
,
"details"
:
"https://github.com/divinites/folder2project"
,
"releases"
:
[
{
"sublime_text"
:
">=3000"
,
"tags"
:
true
}
]
},
{
"name"
:
"FolderAlias Rename Tool"
,
"details"
:
"https://bitbucket.org/rablador/folderalias"
,
...
...
@@ -1187,6 +1197,16 @@
}
]
},
{
"name"
:
"FrancaIDL"
,
"details"
:
"https://github.com/arthurfait/Franca-IDL-syntax-higlight-st3"
,
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"FreeMarker"
,
"details"
:
"https://github.com/briancavalier/textmate-freemarker-bundle"
,
...
...
repository/g.json
View file @
e27b8bff
...
...
@@ -136,6 +136,17 @@
}
]
},
{
"name"
:
"Gemma"
,
"details"
:
"https://github.com/parachute-io/gemma"
,
"labels"
:
[
"ruby"
,
"rubygems"
,
"gemfile"
,
"bundler"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"Generate Password"
,
"details"
:
"https://github.com/iambibhas/GeneratePassword"
,
...
...
repository/l.json
View file @
e27b8bff
...
...
@@ -21,6 +21,17 @@
}
]
},
{
"name"
:
"LangDocs"
,
"details"
:
"https://github.com/tushortz/LangDocs"
,
"labels"
:
[
"CSS"
,
"css"
,
"docs"
,
"documentation"
,
"html"
,
"java"
,
"javascript"
,
"js"
,
"language"
,
"matlab"
,
"python"
,
"ruby"
,
"snippets"
,
"st3"
,
"sublime"
,
"text"
,
"utilities"
],
"releases"
:
[
{
"sublime_text"
:
">=3000"
,
"tags"
:
true
}
]
},
{
"name"
:
"Language - Up-Goer-5"
,
"details"
:
"https://github.com/serialhex/Language---Up-Goer-5"
,
...
...
repository/m.json
View file @
e27b8bff
...
...
@@ -503,6 +503,17 @@
}
]
},
{
"name"
:
"Material Nil"
,
"details"
:
"https://github.com/akalongman/sublimetext-material-nil"
,
"author"
:
"Avtandil Kikabidze"
,
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"Material Theme"
,
"details"
:
"https://github.com/equinusocio/material-theme"
,
...
...
@@ -1041,6 +1052,18 @@
}
]
},
{
"name"
:
"Minify on Save"
,
"details"
:
"https://github.com/eltonvs/sublime-minify-on-save"
,
"author"
:
"eltonvs"
,
"labels"
:
[
"automatization"
,
"minification"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"details"
:
"https://github.com/315234/MinimalFortran"
,
"releases"
:
[
...
...
@@ -1564,6 +1587,17 @@
}
]
},
{
"name"
:
"More Python Completions"
,
"details"
:
"https://github.com/tushortz/More-Python-Completions"
,
"labels"
:
[
"completions"
,
"completion"
,
"Completion"
,
"python"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"Morse"
,
"details"
:
"https://github.com/hippasus/SublimeMorse"
,
...
...
repository/o.json
View file @
e27b8bff
...
...
@@ -195,6 +195,17 @@
}
]
},
{
"name"
:
"OmnisStudioIndenter"
,
"details"
:
"https://github.com/Frogli/OmnisStudioIndenter"
,
"labels"
:
[
"language syntax"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"One Command Syntax Highlighter"
,
"details"
:
"https://github.com/yrsegal/OneCommandSublimeSyntax"
,
...
...
@@ -209,6 +220,7 @@
{
"name"
:
"One Dark Color Scheme"
,
"details"
:
"https://github.com/IceTimux/one-dark-sublime-text-3-color-scheme"
,
"labels"
:
[
"color scheme"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
...
...
repository/p.json
View file @
e27b8bff
...
...
@@ -731,6 +731,17 @@
}
]
},
{
"name"
:
"phJade"
,
"details"
:
"https://github.com/konstantin24121/phJade"
,
"labels"
:
[
"jade-php"
,
"syntax highlight"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"name"
:
"PHP Built-in WebServer"
,
"details"
:
"https://github.com/astronaughts/SublimePHPBuiltinWebServer"
,
...
...
@@ -2032,6 +2043,17 @@
}
]
},
{
"name"
:
"Pygame Completions"
,
"details"
:
"https://github.com/tushortz/Pygame-Completions"
,
"labels"
:
[
"completions"
,
"completion"
,
"Completion"
,
"python"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"tags"
:
true
}
]
},
{
"details"
:
"https://github.com/biermeester/Pylinter"
,
"labels"
:
[
"linting"
],
...
...
@@ -2157,16 +2179,6 @@
}
]
},
{
"name"
:
"Python Auto-Complete"
,
"details"
:
"https://github.com/eliquious/Python-Auto-Complete"
,
"releases"
:
[
{
"sublime_text"
:
"*"
,
"branch"
:
"master"
}
]
},
{
"name"
:
"Python Breakpoints"
,
"details"
:
"https://github.com/obormot/PythonBreakpoints"
,
...
...
@@ -2188,6 +2200,18 @@
}
]
},
{
"name"
:
"Python Completions"
,
"previous_names"
:
[
"Python Auto-Complete"
],
"details"
:
"https://github.com/eliquious/Python-Auto-Complete"
,
"labels"
:
[
"python"
,
"completions"
],
"releases"
:
[
{
"sublime_text"
:
"*"
,
"branch"
:
"master"
}
]
},
{
"name"
:
"Python Create Package"
,
"details"
:
"https://github.com/curaloucura/SublimePythonPackage"
,
...
...
repository/r.json
View file @
e27b8bff
...
...
@@ -339,6 +339,17 @@
}
]
},
{
"name"
:
"RDate Editor"
,
"details"
:
"https://bitbucket.org/SergeyEg/date-editor"
,
"releases"
:
[
{
"sublime_text"
:
"*"
,
"platforms"
:
[
"windows"
],
"tags"
:
true
}
]
},
{
"details"
:
"https://github.com/jamesfzhang/rdio"
,
"releases"
:
[
...
...
@@ -694,6 +705,16 @@
}
]
},
{
"name"
:
"RemoteCpp"
,
"details"
:
"https://github.com/ruibm/RemoteCpp"
,
"releases"
:
[
{
"sublime_text"
:
">=3000"
,
"tags"
:
true
}
]
},
{
"name"
:
"RemoteEdit"
,
"details"
:
"https://github.com/sligodave/sublime_remote_edit"
,
...
...
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