[
{ "keys": ["`"], "command": "insert_snippet", "args": {"contents": "`${0:$SELECTION}`"} },
{ "keys": ["ctrl+b"], "command": "insert_snippet", "args": {"contents": "${0:$SELECTION}" }, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.basic"}
]
},
{ "keys": ["ctrl+i"], "command": "insert_snippet", "args": {"contents": "${0:$SELECTION}" }, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.basic"}
]
},
{ "keys": ["ctrl+u"], "command": "insert_snippet", "args": {"contents": "${0:$SELECTION}" }, "context":
[
{ "key": "selector", "operator": "equal", "operand": "text.html.basic"}
]
}
]