What's the best way of overriding a specific auto-pair in a given syntax? For example, I don't want curly braces to auto-pair, but I want the rest to work as normal.
Thanks in advance.
{
"keys": ["{"], "command": "insert_snippet", "args": {"contents": "{$0" },
"context":
[
{ "key": "selector", "operator": "equal", "operand": "source.css" }
]
}[
{
"args":
{
"contents": "{$0}"
},
"command": "insert_snippet"
},
{
"args": null,
"command": "right_delete"
}
][
{ "keys": ["{"], "command": "run_macro_file", "args": { "file": "Packages/Jinja2/Cancel curly brace auto-pair.sublime-macro" } }
]Users browsing this forum: Google [Bot] and 12 guests