Commit 9e4e2481 authored by Skullmonkey's avatar Skullmonkey

Merge remote-tracking branch 'upstream/master'

parents a8fc7838 dfed66a3
...@@ -92,7 +92,6 @@ ...@@ -92,7 +92,6 @@
"https://raw.github.com/merlinthered/sublime-rainmeter/master/packages.json", "https://raw.github.com/merlinthered/sublime-rainmeter/master/packages.json",
"https://raw.github.com/mischah/Console-API-Snippets/master/packages.json", "https://raw.github.com/mischah/Console-API-Snippets/master/packages.json",
"https://raw.github.com/Mozillion/SublimeSpeech/master/packages.json", "https://raw.github.com/Mozillion/SublimeSpeech/master/packages.json",
"https://raw.github.com/mrtnbroder/Meteor-Snippets/master/packages.json",
"https://raw.github.com/naomichi-y/php_syntax_checker/master/packages.json", "https://raw.github.com/naomichi-y/php_syntax_checker/master/packages.json",
"https://raw.github.com/naomichi-y/string_counter/master/packages.json", "https://raw.github.com/naomichi-y/string_counter/master/packages.json",
"https://raw.github.com/NicholasBuse/sublime_packages/master/packages.json", "https://raw.github.com/NicholasBuse/sublime_packages/master/packages.json",
......
...@@ -225,6 +225,17 @@ ...@@ -225,6 +225,17 @@
} }
] ]
}, },
{
"name": "Gocc BNF Buffer Syntax",
"details": "https://github.com/awalterschulze/sublime-gocc-syntax",
"labels": ["language syntax"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/awalterschulze/sublime-gocc-syntax/tags"
}
]
},
{ {
"details": "https://github.com/frou/GoFeather", "details": "https://github.com/frou/GoFeather",
"releases": [ "releases": [
......
...@@ -50,6 +50,16 @@ ...@@ -50,6 +50,16 @@
} }
] ]
}, },
{
"name": "Harvey",
"details": "https://github.com/rayje/harvey-sublime",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/rayje/harvey-sublime/tags"
}
]
},
{ {
"name": "Hasher", "name": "Hasher",
"details": "https://github.com/dangelov/hasher", "details": "https://github.com/dangelov/hasher",
...@@ -87,7 +97,7 @@ ...@@ -87,7 +97,7 @@
"details": "https://github.com/hayaku/hayaku", "details": "https://github.com/hayaku/hayaku",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://github.com/hayaku/hayaku/tree/master" "details": "https://github.com/hayaku/hayaku/tree/master"
} }
] ]
......
...@@ -150,20 +150,20 @@ ...@@ -150,20 +150,20 @@
] ]
}, },
{ {
"name": "Jedi - Python autocompletion", "name": "Jedi - Python autocompletion",
"previous_names": ["SublimeJEDI", "Jedi - Python competion"], "previous_names": ["SublimeJEDI", "Jedi - Python autocompetion"],
"details": "https://github.com/srusskih/SublimeJEDI", "details": "https://github.com/srusskih/SublimeJEDI",
"labels": ["auto-complete", "code navigation"], "labels": ["auto-complete", "code navigation"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"details": "https://github.com/srusskih/SublimeJEDI/tags" "details": "https://github.com/srusskih/SublimeJEDI/tags"
} }
] ]
}, },
{ {
"name": "Jimbly's Clipboard History", "name": "Jimbly's Clipboard History",
"details": "https://github.com/Jimbly/SublimeClipboardHistory", "details": "https://github.com/Jimbly/SublimeClipboardHistory",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
......
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
"details": "https://github.com/m0nah/Laravel-4-Artisan", "details": "https://github.com/m0nah/Laravel-4-Artisan",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://github.com/m0nah/Laravel-4-Artisan/tree/master" "details": "https://github.com/m0nah/Laravel-4-Artisan/tree/master"
} }
] ]
......
...@@ -318,6 +318,16 @@ ...@@ -318,6 +318,16 @@
} }
] ]
}, },
{
"name": "Meteor Snippets",
"details": "https://github.com/mrtnbroder/meteor-snippets",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/mrtnbroder/meteor-snippets/tags"
}
]
},
{ {
"name": "Mina", "name": "Mina",
"details": "https://github.com/musashimm/Sublime-Text-2-Mina", "details": "https://github.com/musashimm/Sublime-Text-2-Mina",
...@@ -638,6 +648,16 @@ ...@@ -638,6 +648,16 @@
} }
] ]
}, },
{
"name": "MultiFill",
"details": "https://github.com/Lellansin/MultiFill",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/Lellansin/MultiFill/tree/master"
}
]
},
{ {
"name": "MultiLang Color Scheme", "name": "MultiLang Color Scheme",
"details": "https://github.com/ProjectCleverWeb/MultiLang", "details": "https://github.com/ProjectCleverWeb/MultiLang",
...@@ -678,6 +698,15 @@ ...@@ -678,6 +698,15 @@
"details": "https://github.com/mxunit/sublime-text-2-mxunit/tree/master" "details": "https://github.com/mxunit/sublime-text-2-mxunit/tree/master"
} }
] ]
},
{
"name": "My Snippets",
"details": "https://github.com/erikgassler/My-Snippets",
"releases": [
{
"details": "https://github.com/erikgassler/My-Snippets/tags"
}
]
} }
] ]
} }
...@@ -205,6 +205,16 @@ ...@@ -205,6 +205,16 @@
} }
] ]
}, },
{
"name": "Paste Laravel",
"details": "https://github.com/RobinMalfait/Laravel-paste",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/RobinMalfait/Laravel-paste/tree/master"
}
]
},
{ {
"name": "PasteSelOnClick", "name": "PasteSelOnClick",
"details": "https://bitbucket.org/Clams/pasteselonclick", "details": "https://bitbucket.org/Clams/pasteselonclick",
......
...@@ -665,6 +665,16 @@ ...@@ -665,6 +665,16 @@
} }
] ]
}, },
{
"name": "Run",
"details": "https://github.com/TechMantra/Run",
"releases": [
{
"sublime_text": ">2999",
"details": "https://github.com/TechMantra/Run/tree/master"
}
]
},
{ {
"details": "https://github.com/qfel/RunCommand", "details": "https://github.com/qfel/RunCommand",
"releases": [ "releases": [
......
...@@ -54,10 +54,16 @@ ...@@ -54,10 +54,16 @@
] ]
}, },
{ {
"name": "SassBeautify",
"details": "https://github.com/badsyntax/SassBeautify", "details": "https://github.com/badsyntax/SassBeautify",
"labels": [
"sass",
"formatting"
],
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"platforms": "*",
"details": "https://github.com/badsyntax/SassBeautify/tree/master" "details": "https://github.com/badsyntax/SassBeautify/tree/master"
} }
] ]
......
...@@ -799,6 +799,15 @@ ...@@ -799,6 +799,15 @@
} }
] ]
}, },
{
"name": "Tully Color Schemes",
"details": "https://github.com/swartzrock/tully-sublime-schemes",
"releases": [
{
"details": "https://github.com/swartzrock/tully-sublime-schemes/tags"
}
]
},
{ {
"name": "Twee", "name": "Twee",
"details": "https://github.com/monospaced/sublime-twee", "details": "https://github.com/monospaced/sublime-twee",
......
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"details": "https://github.com/bradsokol/VcsGutter", "details": "https://github.com/bradsokol/VcsGutter",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://github.com/bradsokol/VcsGutter/tree/master" "details": "https://github.com/bradsokol/VcsGutter/tree/master"
} }
] ]
......
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