Create Context.sublime-menu

This commit is contained in:
XHXIAIEIN 2021-04-23 02:22:14 +08:00 committed by GitHub
parent 37759e16bc
commit 764a1872ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
Context.sublime-menu Normal file
View File

@ -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"},
]
}]