Create Context.sublime-menu
This commit is contained in:
parent
37759e16bc
commit
764a1872ef
|
@ -0,0 +1,10 @@
|
|||
[{
|
||||
"id": "pretty_json",
|
||||
"caption": "Pretty JSON",
|
||||
"children": [
|
||||
{"caption": "Pretty JSON","command": "pretty_json"},
|
||||
{"caption": "Format and Sort JSON","command": "pretty_json_and_sort"},
|
||||
{"caption": "Minify JSON","command": "un_pretty_json"}
|
||||
{"caption": "JSON to XML","command": "json_to_xml"},
|
||||
]
|
||||
}]
|
Loading…
Reference in New Issue