We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d86efd8 commit b362446Copy full SHA for b362446
1 file changed
Tab Context.sublime-menu
@@ -2,7 +2,7 @@
2
{ "caption": "-", "id": "file" },
3
{ "caption": "Open In Browser", "command": "fm_open_in_browser" },
4
{ "caption": "-", "id": "file_manager" },
5
- { "caption": "Rename...", "command": "fm_rename_path", },
+ { "caption": "Rename...", "command": "fm_rename_path" },
6
{ "caption": "Move...", "command": "fm_move" },
7
{ "caption": "Duplicate...", "command": "fm_duplicate" },
8
{ "caption": "Delete", "command": "fm_delete" },
@@ -31,5 +31,5 @@
31
"args": { "which": "relative path" }
32
}
33
]
34
- },
+ }
35
0 commit comments