But can I specify syntax selector in key binding?
Say, can I do something like
- Code: Select all
"keys": ["tab"], "command": "bullet_indent", "context":
[
{
"key": "selector", "operator": "equal", "operand": "source.markdown"
}
]
So that the key is only bind when the file opened is a markdown file?