Skip to content

Instantly share code, notes, and snippets.

@yedanbo
Created May 14, 2016 06:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yedanbo/9f80766b7f9eb217967482ef55e3f5dd to your computer and use it in GitHub Desktop.
Save yedanbo/9f80766b7f9eb217967482ef55e3f5dd to your computer and use it in GitHub Desktop.
[
{
"id": "plugins",
"children": [
{
"caption": "SublimeServer 服务器",
"children": [
{
"command": "sublimeserver_start",
"caption": "启动服务器"
},
{
"command": "sublimeserver_stop",
"caption": "停止服务器"
},
{
"command": "sublimeserver_restart",
"caption": "重启服务器"
},
{
"caption": "-"
},
{
"caption": "服务器设置",
"command": "open_file",
"args": {
"file": "${packages}/User/SublimeServer.sublime-settings"
}
}
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment