Skip to content

Commit 4ca7832

Browse files
authored
Merge pull request #19 from 1rover1/master
Fix context menu not appearing
2 parents e9c92a0 + 18a660e commit 4ca7832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Context.sublime-menu

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
{ "command": "string_utilities_int_ip", "caption": "Insert Internal IP" },
4343
{ "command": "string_utilities_ext_ip", "caption": "Insert External IP" },
4444
{ "caption": "-" },
45-
{ "command": "string_utilities_decode_json", "caption": "Pretify JSON String" },
45+
{ "command": "string_utilities_decode_json", "caption": "Pretify JSON String" }
4646
]
4747
},
4848
{ "caption" : "-", "id" : "context-convert-end"}
49-
]
49+
]

0 commit comments

Comments
 (0)