加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Main.sublime-menu 2.40 KB
一键复制 编辑 原始数据 按行查看 历史
山哥 提交于 2015-02-06 10:22 . 完善ReadMe。
[
{
"id": "tools",
"children":
[
{
"caption": "Lessc > CSS",
"id": "lessc32css",
"children":
[
{ "command": "less_to_css", "caption": "Compile Current Less file"},
{ "caption": "-" },
{ "command": "all_less_to_css", "caption": "Compile All Less files"},
]
}
]
},
{
"caption": "Preferences",
"mnemonic": "n",
"id": "preferences",
"children":[
{
"caption": "Package Settings",
"mnemonic": "P",
"id": "package-settings",
"children":[
{
"caption": "Lessc",
"children":[
{
"caption": "Settings",
"command": "open_file",
"args": {
"file": "${packages}/lessc/lessc.sublime-settings",
"platform": "Windows"
}
},
{ "caption": "-" },
{
"command": "open_file",
"args": {
"file": "${packages}/lessc/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – Default"
},
{ "caption": "-" },
{
"caption": "Document",
"command": "open_file",
"args": {
"file": "${packages}/lessc/doc.md",
"platform": "Windows"
}
},
{
"caption": "ReadMe",
"command": "open_file",
"args": {
"file": "${packages}/lessc/README.md",
"platform": "Windows"
}
}
]
}
]
}
]
}
]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化