Skip to content

Commit b362446

Browse files
committed
Fix Tab Context commas
1 parent d86efd8 commit b362446

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tab Context.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{ "caption": "-", "id": "file" },
33
{ "caption": "Open In Browser", "command": "fm_open_in_browser" },
44
{ "caption": "-", "id": "file_manager" },
5-
{ "caption": "Rename...", "command": "fm_rename_path", },
5+
{ "caption": "Rename...", "command": "fm_rename_path" },
66
{ "caption": "Move...", "command": "fm_move" },
77
{ "caption": "Duplicate...", "command": "fm_duplicate" },
88
{ "caption": "Delete", "command": "fm_delete" },
@@ -31,5 +31,5 @@
3131
"args": { "which": "relative path" }
3232
}
3333
]
34-
},
34+
}
3535
]

0 commit comments

Comments
 (0)