Hi,
I would like the tab key to do its usual thing in html, but in all other file types to trigger the indent command. I tried this but it fails:
{ "keys": ["tab"], "command": "indent", "context": [
{ "key": "selector", "operator": "not equal", "operand": "(text.html, text.xml)" }
]},
Can someone point me in the right direction? Thanks.