Commit 73df38f2 authored by FichteFoll's avatar FichteFoll Committed by GitHub

add spotify-control (#6427)

parents d08ce32e fb42a2e9
...@@ -94,7 +94,7 @@ ...@@ -94,7 +94,7 @@
}, },
{ {
"name": "SAS Programming", "name": "SAS Programming",
"description": "For using SAS Institute's Analytics & Data Management system." , "description": "For using SAS Institute's Analytics & Data Management system.",
"details": "https://github.com/rpardee/sas", "details": "https://github.com/rpardee/sas",
"labels": ["language syntax", "build-system", "snippets"], "labels": ["language syntax", "build-system", "snippets"],
"author": ["rpardee", "friedegg", "seemack"], "author": ["rpardee", "friedegg", "seemack"],
...@@ -964,7 +964,7 @@ ...@@ -964,7 +964,7 @@
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"platforms" : ["windows"], "platforms": ["windows"],
"tags": true "tags": true
} }
] ]
...@@ -1464,7 +1464,7 @@ ...@@ -1464,7 +1464,7 @@
"releases": [ "releases": [
{ {
"sublime_text": ">=3000", "sublime_text": ">=3000",
"tags":true "tags": true
} }
] ]
}, },
...@@ -2682,7 +2682,7 @@ ...@@ -2682,7 +2682,7 @@
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"tags" : true "tags": true
} }
] ]
}, },
...@@ -2818,6 +2818,19 @@ ...@@ -2818,6 +2818,19 @@
} }
] ]
}, },
{
"name": "spotify-control",
"details": "https://github.com/fcannizzaro/spotify-control",
"description": "View and Control your Spotify experience without leaving Sublime Text",
"labels": ["spotify", "music"],
"releases": [
{
"sublime_text": ">=3000",
"platforms": ["windows"],
"tags": true
}
]
},
{ {
"name": "Sprak Syntax & Completions for else Heartbreak()", "name": "Sprak Syntax & Completions for else Heartbreak()",
"details": "https://github.com/Eforen/sublime-syntax-sprak", "details": "https://github.com/Eforen/sublime-syntax-sprak",
...@@ -3296,12 +3309,12 @@ ...@@ -3296,12 +3309,12 @@
"name": "StrapdownJS Boilerplate", "name": "StrapdownJS Boilerplate",
"details": "https://github.com/sonokamome/StrapdownJS-Boilerplate", "details": "https://github.com/sonokamome/StrapdownJS-Boilerplate",
"homepage": "https://github.com/sonokamome/StrapdownJS-Boilerplate", "homepage": "https://github.com/sonokamome/StrapdownJS-Boilerplate",
"readme" : "https://raw.githubusercontent.com/sonokamome/StrapdownJS-Boilerplate/master/README.md", "readme": "https://raw.githubusercontent.com/sonokamome/StrapdownJS-Boilerplate/master/README.md",
"labels" : ["Markdown", "StrapdownJS", "boilerplate", "snippet", "snippets"], "labels": ["Markdown", "StrapdownJS", "boilerplate", "snippet", "snippets"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"platforms" : "*", "platforms": "*",
"tags": true "tags": true
} }
] ]
...@@ -4685,7 +4698,7 @@ ...@@ -4685,7 +4698,7 @@
{ {
"name": "SwiftKitten", "name": "SwiftKitten",
"details": "https://github.com/johncsnyder/SwiftKitten", "details": "https://github.com/johncsnyder/SwiftKitten",
"labels": ["auto-complete","swift"], "labels": ["auto-complete", "swift"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
...@@ -4706,11 +4719,11 @@ ...@@ -4706,11 +4719,11 @@
{ {
"name": "SwigSnippets", "name": "SwigSnippets",
"details": "https://github.com/thecodechef/sublime-swig-snippets", "details": "https://github.com/thecodechef/sublime-swig-snippets",
"labels":["snippets"], "labels": ["snippets"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"tags":true "tags": true
} }
] ]
}, },
...@@ -4802,7 +4815,7 @@ ...@@ -4802,7 +4815,7 @@
{ {
"sublime_text": ">=3000", "sublime_text": ">=3000",
"tags": true, "tags": true,
"platforms": ["linux","osx"] "platforms": ["linux", "osx"]
} }
] ]
}, },
......
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