Files
linguist/samples/Sublime Text Config/Default.sublime-keymap
2016-10-07 11:38:11 +11:00

7 lines
204 B
Plaintext

[
// Disable auto-pair for single quote
{ "keys": ["'"], "command": "insert_snippet", "args": {"contents": "'"}, "context":
[{ "key": "selector", "operator": "equal", "operand": "source.rust" }]
}
]