Absolutely love ST3. Got a question tho.
I write mostly SQL which is a case insensitive language. The goto defintion feature workes wonderfully (once I did some light hacking on the definition file). The matching regexes work properly: they do case insensitive matching when requested. However, when I f10 on a token that is different in terms of case, it will not find the definition:
create table foo();
Foo <- f12 will not match the definition
foo <- f12 will match the definition
Is there any way to fix that?