Different syntax highlight color for String and StringAlt
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 1
- Joined: Mon Aug 11, 2008 5:31 pm
Different syntax highlight color for String and StringAlt
Because PERL "String" and 'StringAlt' behave differently it would be useful to be able to display them with different colors.
john
-
- Posts: 1
- Joined: Wed Jun 20, 2012 3:12 pm
- Location: United Kingdom
Re: Different syntax highlight color for String and StringAl
Hi, new to the forum and done some searching, and found this and wondered if this has been addressed at all.johnwnowlin wrote:Because PERL "String" and 'StringAlt' behave differently it would be useful to be able to display them with different colors.
I have temporarily solved this ( I think ) by having highlighting CharStart / CharEnd as '.
However, given that perl also support qw{}, q{} and qq{} I wondered if there is a way to highlight these uses in different colours?
Thanks.