Okay. I'm working on some syntax-highlighting and such for a language which, effectively, has no strings. Or rather, no quoted strings: everything is a string or a list or whatever, depending on its context.
The problem? One of the most irritating things is when I type a ' or a ", it adds a doubled one there. I want to disable that for just one language... but not all... because when i'm doing Python or C++ programming, I quite like that feature.
Is there anyway to do that?
Thanks!
--Ix