[
{
"args": null,
"command": "cut"
},
{
"args":
{
"contents": "<font color=\"FFFFFF\">$0</font>"
},
"command": "insert_snippet"
},
{
"args": null,
"command": "paste"
}
]
Sublime Text 2
巨集
綁熱鍵的話
{
"keys": ["ctrl+alt+d"],
"command": "run_macro_file",
"args":
{
"file": "Packages/User/test.sublime-macro"
}
}
設定都是JSON格式 可以自己試試
sublime api http://www.sublimetext.com/docs/2/api_reference.html