Update Context.sublime-menu

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

View File

@ -4,7 +4,7 @@
"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"},
{"caption": "Minify JSON","command": "un_pretty_json"},
{"caption": "JSON to XML","command": "json_to_xml"}
]
}]