Fix setting file format
This commit is contained in:
parent
aaaa457475
commit
a6e18b1cff
|
@ -12,4 +12,4 @@
|
||||||
// { "key": "selector", "operator": "equal", "operand": "source.json" }
|
// { "key": "selector", "operator": "equal", "operand": "source.json" }
|
||||||
// ]
|
// ]
|
||||||
// }
|
// }
|
||||||
]
|
]
|
||||||
|
|
|
@ -24,12 +24,12 @@
|
||||||
"command": "pretty_json_validate"
|
"command": "pretty_json_validate"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"caption": "Preferences: Pretty JSON Settings",
|
|
||||||
"command": "edit_settings",
|
|
||||||
"args":
|
"args":
|
||||||
{
|
{
|
||||||
"base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings",
|
"base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings",
|
||||||
"default": "{\n\t$0\n}\n"
|
"default": "{\n\t$0\n}\n"
|
||||||
}
|
},
|
||||||
|
"caption": "Preferences: Pretty JSON Settings",
|
||||||
|
"command": "edit_settings"
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -1,25 +1,29 @@
|
||||||
[
|
[
|
||||||
{
|
|
||||||
"id": "preferences",
|
|
||||||
"children": [
|
|
||||||
{
|
{
|
||||||
"id": "package-settings",
|
|
||||||
"children": [
|
"children": [
|
||||||
{
|
|
||||||
"caption": "Pretty JSON",
|
|
||||||
"children": [
|
|
||||||
{
|
{
|
||||||
"caption": "Settings",
|
"children": [
|
||||||
"command": "edit_settings",
|
{
|
||||||
"args":
|
"caption": "Pretty JSON",
|
||||||
{
|
"children": [
|
||||||
"base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings",
|
{
|
||||||
"default": "{\n\t$0\n}\n",
|
"args":
|
||||||
}
|
{
|
||||||
},
|
"base_file": "${packages}/Pretty JSON/Pretty JSON.sublime-settings",
|
||||||
{
|
"default": "{\n\t$0\n}\n"
|
||||||
"caption": "-"
|
},
|
||||||
}]
|
"caption": "Settings",
|
||||||
}]
|
"command": "edit_settings"
|
||||||
}]
|
},
|
||||||
}]
|
{
|
||||||
|
"caption": "-"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "package-settings"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"id": "preferences"
|
||||||
|
}
|
||||||
|
]
|
|
@ -33,4 +33,4 @@ html.dark div.toolbar {
|
||||||
}
|
}
|
||||||
html.light div.toolbar {
|
html.light div.toolbar {
|
||||||
background-color: #ffffff18;
|
background-color: #ffffff18;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue