Skip to content

Instantly share code, notes, and snippets.

@yangsu
Created September 13, 2012 16:46
Show Gist options
  • Save yangsu/3715704 to your computer and use it in GitHub Desktop.
Save yangsu/3715704 to your computer and use it in GitHub Desktop.
Repositories.json for sublime-vhdl
{
"schema_version": "1.2",
"repositories": [
"http://sublime.wbond.net/packages.json",
"https://github.com/yangsu/sublime-vhdl",
"https://github.com/SublimeText"
],
"package_name_map": {
"sublime-vhdl": "VHDL"
},
"renamed_packages": {
"old-name": "New Name"
},
"packages": {
"https://github.com/yangsu/sublime-vhdl": [
{
"name": "Sublime Text VHDL",
"description": "VHDL Package for Sublime Text 2",
"author": "yangsu",
"homepage": "https://github.com/yangsu/sublime-vhdl",
"last_modified": "2012-09-13 12:23:31",
"platforms": {
"*": [
{
"version": "0.1",
"url": "https://nodeload.github.com/yangsu/sublime-vhdl/zipball/master"
}
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment