SublimePrettyJson/Default (OSX).sublime-keymap

14 lines
275 B
Plaintext

[
// Only use this for the "source.json" scope
{
"keys": ["super+ctrl+j"],
"command": "prettyjson",
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "source.json"
}
]
}
]