Commit 70c130c3 authored by FichteFoll's avatar FichteFoll

Merge pull request #1623 from sindresorhus/jsrun

Add JsRun and tweak my other packages
parents 565119da 992dd500
...@@ -121,7 +121,6 @@ ...@@ -121,7 +121,6 @@
"https://raw.github.com/sentience/DokuWiki/master/packages.json", "https://raw.github.com/sentience/DokuWiki/master/packages.json",
"https://raw.github.com/sentience/HyperlinkHelper/master/packages.json", "https://raw.github.com/sentience/HyperlinkHelper/master/packages.json",
"https://raw.github.com/shivkumarganesh/VisSub/master/packages.json", "https://raw.github.com/shivkumarganesh/VisSub/master/packages.json",
"https://raw.github.com/sindresorhus/sublime-jsrun/master/packages.json",
"https://raw.github.com/smpanaro/sublime-spotify/master/packages.json", "https://raw.github.com/smpanaro/sublime-spotify/master/packages.json",
"https://raw.github.com/sokolovstas/SublimeWebInspector/master/packages.json", "https://raw.github.com/sokolovstas/SublimeWebInspector/master/packages.json",
"https://raw.github.com/soncy/AutoComments-for-Sublime-Text-2/master/packages.json", "https://raw.github.com/soncy/AutoComments-for-Sublime-Text-2/master/packages.json",
......
...@@ -614,7 +614,12 @@ ...@@ -614,7 +614,12 @@
{ {
"name": "Autoprefixer", "name": "Autoprefixer",
"details": "https://github.com/sindresorhus/sublime-autoprefixer", "details": "https://github.com/sindresorhus/sublime-autoprefixer",
"labels": ["text manipulation"], "homepage": "https://github.com/sindresorhus/sublime-autoprefixer",
"labels": [
"text manipulation",
"prefix",
"css"
],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
...@@ -71,7 +71,13 @@ ...@@ -71,7 +71,13 @@
{ {
"name": "EditorConfig", "name": "EditorConfig",
"details": "https://github.com/sindresorhus/editorconfig-sublime", "details": "https://github.com/sindresorhus/editorconfig-sublime",
"labels": ["linting", "text manipulation"], "homepage": "https://github.com/sindresorhus/editorconfig-sublime",
"labels": [
"linting",
"text manipulation",
"formatting",
"code style"
],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
...@@ -320,7 +320,12 @@ ...@@ -320,7 +320,12 @@
{ {
"name": "Focus", "name": "Focus",
"details": "https://github.com/sindresorhus/focus", "details": "https://github.com/sindresorhus/focus",
"labels": ["color scheme"], "homepage": "https://github.com/sindresorhus/focus",
"labels": [
"color scheme",
"markup",
"latex"
],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
......
...@@ -353,6 +353,24 @@ ...@@ -353,6 +353,24 @@
} }
] ]
}, },
{
"name": "JsRun",
"details": "https://github.com/sindresorhus/sublime-jsrun",
"homepage": "https://github.com/sindresorhus/sublime-jsrun",
"labels": [
"browser integration",
"repl",
"javascript",
"browser"
],
"releases": [
{
"platforms": ["osx"],
"sublime_text": "*",
"details": "https://github.com/sindresorhus/sublime-jsrun/tree/master"
}
]
},
{ {
"name": "Julia", "name": "Julia",
"details": "https://github.com/epitron/Julia-sublime", "details": "https://github.com/epitron/Julia-sublime",
......
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