Rob McBroom <textmate@...> writes:
I got it to work (mostly). I added the following to a new "Preferences" section of my personal bundle:
{ smartTypingPairs = ( ( '«', '»' ) ); }
…and gave it a scope of "text". It doesn't work in PHP scopes unless I add "source" to the scope, and even then, it doesn't work in Mail scopes (text.mail.markdown and text.html.markdown). Maybe there is a bug?
Rob
Indeed. Defining those in a custom bundle seems to work. Maybe the «text» scope did the trick. That's good enough for me. Thanks very much.