diff --git a/Default (Linux).sublime-keymap b/Default (Linux).sublime-keymap index e655c91..6c83c6e 100644 --- a/Default (Linux).sublime-keymap +++ b/Default (Linux).sublime-keymap @@ -12,4 +12,4 @@ // { "key": "selector", "operator": "equal", "operand": "source.json" } // ] // } -] \ No newline at end of file +] diff --git a/Default.sublime-commands b/Default.sublime-commands index d9e9df0..355c5ac 100644 --- a/Default.sublime-commands +++ b/Default.sublime-commands @@ -24,12 +24,12 @@ "command": "pretty_json_validate" }, { - "caption": "Preferences: Pretty JSON Settings", - "command": "edit_settings", "args": { "base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings", "default": "{\n\t$0\n}\n" - } + }, + "caption": "Preferences: Pretty JSON Settings", + "command": "edit_settings" } ] \ No newline at end of file diff --git a/Main.sublime-menu b/Main.sublime-menu index 3751f65..475f4ae 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -1,25 +1,29 @@ [ -{ - "id": "preferences", - "children": [ { - "id": "package-settings", "children": [ - { - "caption": "Pretty JSON", - "children": [ { - "caption": "Settings", - "command": "edit_settings", - "args": - { - "base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings", - "default": "{\n\t$0\n}\n", - } - }, - { - "caption": "-" - }] - }] - }] -}] \ No newline at end of file + "children": [ + { + "caption": "Pretty JSON", + "children": [ + { + "args": + { + "base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings", + "default": "{\n\t$0\n}\n" + }, + "caption": "Settings", + "command": "edit_settings" + }, + { + "caption": "-" + } + ] + } + ], + "id": "package-settings" + } + ], + "id": "preferences" + } +] \ No newline at end of file diff --git a/phantom.css b/phantom.css index 5fbf927..e40ba08 100644 --- a/phantom.css +++ b/phantom.css @@ -33,4 +33,4 @@ html.dark div.toolbar { } html.light div.toolbar { background-color: #ffffff18; -} \ No newline at end of file +}