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 @@
"https://raw.github.com/sentience/DokuWiki/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/sindresorhus/sublime-jsrun/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/soncy/AutoComments-for-Sublime-Text-2/master/packages.json",
......
......@@ -614,7 +614,12 @@
{
"name": "Autoprefixer",
"details": "https://github.com/sindresorhus/sublime-autoprefixer",
"labels": ["text manipulation"],
"homepage": "https://github.com/sindresorhus/sublime-autoprefixer",
"labels": [
"text manipulation",
"prefix",
"css"
],
"releases": [
{
"sublime_text": "*",
......
......@@ -71,7 +71,13 @@
{
"name": "EditorConfig",
"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": [
{
"sublime_text": "*",
......
......@@ -320,7 +320,12 @@
{
"name": "Focus",
"details": "https://github.com/sindresorhus/focus",
"labels": ["color scheme"],
"homepage": "https://github.com/sindresorhus/focus",
"labels": [
"color scheme",
"markup",
"latex"
],
"releases": [
{
"sublime_text": "*",
......
......@@ -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",
"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