- Code: Select all
'x <- y
- Code: Select all
def: 'my function, args... {body...}
How would I prevent sublime text 2 from inserting these closing delimiters? Preferably I would like a way to put it in a custom syntax, because I value the auto-closed quotes in every other language.
As far as I can tell Sublime Text does not have capabilities to modify opening and closing delimiters for languages, because otherwise I'd imagine ruby would enable it for back ticks, and lisp would disable it for single quotes. I'm still hoping there's an obscure setting somewhere that does exactly what I want, however. If this exists, where would I find it?