Files
ChocolateyPackages/EthanBrown.SublimeText2.EditorPackages/tools/PackageCache/SublimeTODO/Default.sublime-commands

10 lines
222 B
Plaintext

[
{
"caption": "Show TODOs: Project and open files",
"command": "todo"
},
{
"caption": "Show TODOs: Open files only",
"command": "todo", "args": {"open_files_only": true}
}
]