1 Star 0 Fork 0

马嘉伟 / SublimeHighlight

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Main.sublime-menu 3.88 KB
一键复制 编辑 原始数据 按行查看 历史
[
{
"id": "edit",
"children":
[
{
"id": "sublime_highlight",
"caption": "Highlight",
"children":
[
/* in SublimeText conversions */
{
"caption": "Convert to HTML",
"command": "sublime_highlight",
"args": {
"target": "sublime",
"output_type": "html"
}
},
{
"caption": "Convert to RTF",
"command": "sublime_highlight",
"args": {
"target": "sublime",
"output_type": "rtf"
}
},
/* in SublimeText rendering */
{
"caption": "View as HTML",
"command": "sublime_highlight",
"args": {
"target": "external",
"output_type": "html"
}
},
{
"caption": "View as RTF",
"command": "sublime_highlight",
"args": {
"target": "external",
"output_type": "rtf"
}
},
/* Clipboard exports */
{
"caption": "Copy to clipboard as HTML",
"command": "sublime_highlight",
"args": {
"target": "clipboard",
"output_type": "html"
}
},
{
"caption": "Copy to clipboard as RTF",
"command": "sublime_highlight",
"args": {
"target": "clipboard",
"output_type": "rtf"
}
}
]
}
]
},
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":
[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":
[
{
"caption": "SublimeHighlight",
"children":
[
{
"command": "open_file", "args":
{
"file": "${packages}/Highlight/README.md"
},
"caption": "README"
},
{ "caption": "-" },
{
"command": "open_file", "args":
{
"file": "${packages}/Highlight/SublimeHighlight.sublime-settings"
},
"caption": "Settings – Default"
},
{
"command": "open_file", "args":
{
"file": "${packages}/User/SublimeHighlight.sublime-settings"
},
"caption": "Settings – User"
},
{ "caption": "-" }
]
}
]
}
]
}
]
1
https://gitee.com/XiaoGoogle/SublimeHighlight.git
git@gitee.com:XiaoGoogle/SublimeHighlight.git
XiaoGoogle
SublimeHighlight
SublimeHighlight
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891