Commit 9fb63e7d authored by Andrew De Ponte's avatar Andrew De Ponte

Added my sublime_guard plugin to repositories.json

I did this so that users would be able to obtain my sublime_guard
plugin via Package Control's default repository.
parent 458260ec
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
"https://github.com/titoBouzout/SideBarEnhancements", "https://github.com/titoBouzout/SideBarEnhancements",
"https://github.com/virtix/sublime-text-2-mxunit", "https://github.com/virtix/sublime-text-2-mxunit",
"https://github.com/witsch/SublimePythonTidy", "https://github.com/witsch/SublimePythonTidy",
"https://github.com/cyphactor/sublime_guard",
"https://raw.github.com/colinta/sublime_packages/master/packages.json", "https://raw.github.com/colinta/sublime_packages/master/packages.json",
"https://raw.github.com/csytan/sublime-text-2-github/master/packages.json", "https://raw.github.com/csytan/sublime-text-2-github/master/packages.json",
"https://raw.github.com/darinmorrison/sublime-packages/master/packages.json", "https://raw.github.com/darinmorrison/sublime-packages/master/packages.json",
...@@ -192,7 +193,8 @@ ...@@ -192,7 +193,8 @@
"sublimetext_indentxml": "Indent XML", "sublimetext_indentxml": "Indent XML",
"toggle-readonly" : "Toggle Read-Only", "toggle-readonly" : "Toggle Read-Only",
"ValaForSublime" : "Vala", "ValaForSublime" : "Vala",
"whitespacecorrector" : "Whitespace Corrector" "whitespacecorrector" : "Whitespace Corrector",
"sublime_guard" : "Guard"
}, },
"renamed_packages": { "renamed_packages": {
"IncDecValue": "Inc-Dec-Value", "IncDecValue": "Inc-Dec-Value",
......
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