Added source.json scope to Linux and Windows keymaps

This commit is contained in:
H.B. Taylor 2012-02-08 13:14:52 -06:00
parent cd50ed6216
commit 9fa1573683
2 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,13 @@
[
{ "keys": ["ctrl+alt+j"], "command": "prettyjson" }
{
"keys": ["ctrl+alt+j"],
"command": "prettyjson",
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "source.json"
}
]
}
]

View File

@ -1,3 +1,13 @@
[
{ "keys": ["ctrl+alt+j"], "command": "prettyjson" }
{
"keys": ["ctrl+alt+j"],
"command": "prettyjson",
"context": [
{
"key": "selector",
"operator": "equal",
"operand": "source.json"
}
]
}
]