Hi guys,

I have a quick question. Is there a way to get the SQL highlighting within
qq () in the perl in textmate?  So if I have 

my $query_str = qq (
    SELECT * 
    FROM FOO
    WHERE xyz = 2
);

I would get the SQL highlighting on select, from and where? Similar to how
emacs does it?

Thank you very much.



-- 
View this message in context: 
http://old.nabble.com/Perl-qq%28%29-sql-hightlighting-tp27783742p27783742.html
Sent from the textmate-dev mailing list archive at Nabble.com.

_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to