Commit 2066408d authored by geekpradd's avatar geekpradd

Merge remote-tracking branch 'upstream/master'

parents 0a855441 e2a8be21
...@@ -735,6 +735,16 @@ ...@@ -735,6 +735,16 @@
} }
] ]
}, },
{
"name": "Click",
"details": "https://github.com/drbarrett/click-sublime",
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Clickable URLs", "name": "Clickable URLs",
"details": "https://github.com/leonid-shevtsov/ClickableUrls_SublimeText", "details": "https://github.com/leonid-shevtsov/ClickableUrls_SublimeText",
......
...@@ -2,6 +2,20 @@ ...@@ -2,6 +2,20 @@
"schema_version": "3.0.0", "schema_version": "3.0.0",
"packages": [], "packages": [],
"dependencies": [ "dependencies": [
{
"name": "arrow",
"load_order": "01",
"description": "Python arrow module - https://github.com/crsmithdev/arrow",
"author": "douglas-vaz",
"issues": "https://github.com/douglas-vaz/arrow/issues",
"releases": [
{
"sublime_text": "*",
"base": "https://github.com/douglas-vaz/arrow",
"tags": true
}
]
},
{ {
"name": "bz2", "name": "bz2",
"load_order": "02", "load_order": "02",
......
...@@ -504,6 +504,17 @@ ...@@ -504,6 +504,17 @@
} }
] ]
}, },
{
"name": "FilterPipes",
"details": "https://github.com/tylerl/FilterPipes",
"labels": ["text manipulation", "utilities"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Find Function Definition", "name": "Find Function Definition",
"details": "https://github.com/timdouglas/sublime-find-function-definition", "details": "https://github.com/timdouglas/sublime-find-function-definition",
......
...@@ -1576,9 +1576,8 @@ ...@@ -1576,9 +1576,8 @@
}, },
{ {
"name": "Solarized Color Scheme", "name": "Solarized Color Scheme",
"details": "https://github.com/SublimeColors/Solarized", "details": "https://github.com/braver/Solarized",
"labels": ["color scheme"], "labels": ["color scheme"],
"previous_names": ["Solarized Color Scheme (TextMate)"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
...@@ -886,6 +886,17 @@ ...@@ -886,6 +886,17 @@
} }
] ]
}, },
{
"name": "Theme - Primer",
"details": "https://github.com/karelvuong/st-primer",
"labels": ["color scheme", "theme"],
"releases": [
{
"sublime_text": "*",
"tags": true
}
]
},
{ {
"name": "Theme - Pseudo OSX", "name": "Theme - Pseudo OSX",
"details": "https://github.com/raik/st2-pseudo-osx-theme", "details": "https://github.com/raik/st2-pseudo-osx-theme",
......
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