Commit 2bea9c54 authored by Mariusz Kozieł's avatar Mariusz Kozieł

Merge pull request #1 from wbond/master

add Rails I18n Helper plugin
parents 936f413f 70233ea7
......@@ -100,7 +100,6 @@
"https://raw.github.com/quarnster/SublimeClang/master/package.json",
"https://raw.github.com/quarnster/SublimeJava/master/package.json",
"https://raw.github.com/recklesswaltz/Subtoise/master/packages.json",
"https://raw.github.com/relikd/plist-binary_sublime/master/packages.json",
"https://raw.github.com/robcowie/SublimeTODO/master/packages.json",
"https://raw.github.com/robertcollier4/AutoHotkey/master/packages.json",
"https://raw.github.com/robertcollier4/REG/master/packages.json",
......
......@@ -749,6 +749,10 @@
{
"sublime_text": "<3000",
"details": "https://github.com/BoundInCode/AutoFileName/tree/master"
},
{
"sublime_text": ">2999",
"details": "https://github.com/BoundInCode/AutoFileName/tree/st3"
}
]
},
......
......@@ -41,6 +41,16 @@
}
]
},
{
"name": "Base Encoder",
"details": "https://github.com/euphwes/base-encoder",
"releases": [
{
"sublime_text": ">2999",
"details": "https://github.com/euphwes/base-encoder/tree/master"
}
]
},
{
"name": "Base16 Color Schemes",
"details": "https://github.com/chriskempson/base16-textmate",
......
......@@ -998,6 +998,17 @@
}
]
},
{
"name": "Corona SDK",
"details": "https://github.com/coronalabs/CoronaSDK-SublimeText",
"releases": [
{
"sublime_text": "*",
"platforms": ["osx", "windows"],
"details": "https://github.com/coronalabs/CoronaSDK-SublimeText/tree/master"
}
]
},
{
"name": "Cotonti",
"details": "https://github.com/trustmaster/sublime-cotonti",
......
......@@ -303,16 +303,6 @@
}
]
},
{
"name": "ERB Insert and Toggle Commands",
"details": "https://github.com/eddorre/SublimeERB",
"releases": [
{
"sublime_text": "<3000",
"details": "https://github.com/eddorre/SublimeERB/tree/master"
}
]
},
{
"name": "ERB Snippets",
"details": "https://github.com/matthewrobertson/ERB-Sublime-Snippets",
......
......@@ -140,6 +140,16 @@
}
]
},
{
"name": "Infinidat Plugin",
"details": "https://github.com/Infinidat/sublime-infinidat",
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/Infinidat/sublime-infinidat/tags"
}
]
},
{
"name": "INI",
"details": "https://github.com/clintberry/sublime-text-2-ini",
......
{
"schema_version": "2.0",
"packages": [
{
"name": "K Framework",
"details": "https://github.com/Zhomart/kframework-Sublime-Plugin",
"labels": ["language syntax", "kframework"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/Zhomart/kframework-Sublime-Plugin/tree/master"
}
]
},
{
"name": "Keep Open On Last Tab Close",
"details": "https://github.com/vprimachenko/Sublime2KeepOpen",
......
......@@ -564,6 +564,15 @@
}
]
},
{
"details": "https://github.com/Voaxeyr/Molokai-Pastel",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/Voaxeyr/Molokai-Pastel/tags"
}
]
},
{
"name": "Monarch",
"details": "https://github.com/ericmagnuson/Monarch",
......
......@@ -630,6 +630,16 @@
}
]
},
{
"name": "Plist Binary",
"details": "https://github.com/relikd/plist-binary_sublime",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/relikd/plist-binary_sublime/tree/master"
}
]
},
{
"details": "https://github.com/facelessuser/PlistJsonConverter",
"releases": [
......@@ -792,9 +802,21 @@
}
]
},
{
"name": "ProcessWire Snippets - Advanced",
"details": "https://github.com/evanmcd/SublimeProcessWireSnippetsAdvanced",
"labels": ["snippets"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/evanmcd/SublimeProcessWireSnippetsAdvanced/tree/master"
}
]
},
{
"name": "ProcessWire Snippets - Basic",
"details": "https://github.com/evanmcd/SublimeProcessWireSnippetsBasic",
"labels": ["snippets"],
"releases": [
{
"sublime_text": "*",
......
......@@ -573,7 +573,7 @@
"details": "https://github.com/pderichs/sublime_rubocop",
"releases": [
{
"sublime_text": "<3000",
"sublime_text": "*",
"details": "https://github.com/pderichs/sublime_rubocop/tree/master"
}
]
......
......@@ -402,9 +402,10 @@
},
{
"details": "https://github.com/wch/SendText",
"labels": ["terminal"],
"releases": [
{
"sublime_text": "<3000",
"sublime_text": "*",
"details": "https://github.com/wch/SendText/tree/master"
}
]
......@@ -459,6 +460,17 @@
}
]
},
{
"name": "Shell Command",
"details": "https://github.com/markbirbeck/sublime-text-shell-command",
"labels": ["shell", "emacs"],
"releases": [
{
"sublime_text": ">=3000",
"details": "https://github.com/markbirbeck/sublime-text-shell-command/tags"
}
]
},
{
"name": "Shell Turtlestein",
"details": "https://github.com/misfo/Shell-Turtlestein",
......@@ -1280,6 +1292,16 @@
}
]
},
{
"name": "Sublime Text API Helper",
"details": "https://github.com/jugyo/SublimeTextAPIHelper",
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/jugyo/SublimeTextAPIHelper/tree/master"
}
]
},
{
"name": "Sublime TFS",
"details": "https://bitbucket.org/CDuke/sublime-tfs",
......@@ -1466,6 +1488,20 @@
}
]
},
{
"name": "SublimeERB",
"details": "https://github.com/eddorre/SublimeERB",
"readme": "https://github.com/eddorre/SublimeERB/blob/master/README.markdown",
"issues": "https://github.com/eddorre/SublimeERB/issues",
"previous_names": ["ERB Insert and Toggle Commands"],
"labels": ["text_manipulation", "formatting", "snippets"],
"releases": [
{
"sublime_text": "*",
"details": "https://github.com/eddorre/SublimeERB/tree/master"
}
]
},
{
"details": "https://github.com/jamiesun/SublimeEvernote",
"releases": [
......
......@@ -600,7 +600,7 @@
"details": "https://github.com/speilberg0/SublimeToggleCssFormat",
"releases": [
{
"sublime_text": "<3000",
"sublime_text": "*",
"details": "https://github.com/speilberg0/SublimeToggleCssFormat/tree/master"
}
]
......
......@@ -87,7 +87,7 @@
"details": "https://github.com/kassi/sublime-text-2-xmpfilter",
"releases": [
{
"sublime_text": "<3000",
"sublime_text": "*",
"details": "https://github.com/kassi/sublime-text-2-xmpfilter/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