[SVN] Variables within double quotes
Anthony Underwood
ants at theunderwoods.f2s.com
Fri Aug 25 10:26:39 UTC 2006
Within the Perl language- anything within double quotes is within the
'string.quoted.double.perl' scope.
Would there be a way so that variables within this scope could have
their own scope so they can be coloured appropriately?
Other variables not within double quotes are found as follows:
{ name = 'variable.other.readwrite.global.perl';
match = '[\$\@\%](#)?([a-zA-Zx7f-xff\$]|::)([a-zA-Z0-9_x7f-xff\
$]|::)*\b';
}
but the double quote begin and end overrides this.
Would swallow have something to do with this?
Thanks for any advice,
Anthony
More information about the textmate-dev
mailing list