[Padre-trac] [Padre] #916: Perl syntax highlighting: highlight interpolated variables and special characters in strings
Padre
trac at perlide.org
Thu Apr 1 13:01:25 PDT 2010
#916: Perl syntax highlighting: highlight interpolated variables and special
characters in strings
----------------------------------------------+-----------------------------
Reporter: zenogantner | Owner:
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: editor | Version: trunk
Keywords: syntaxhighlighting, perl5, perl6 |
----------------------------------------------+-----------------------------
It would be nice if interpolated variables and special characters would be
highlighted with special colors, e.g.:
print "Hello\n" # 'Hello' and '\n' should have different colors.
print "val=$value" # 'val=' and '$value' should have different colors.
--
Ticket URL: <http://padre.perlide.org/trac/ticket/916>
Padre <http://padre.perlide.org/>
Perl Application Development and Refactoring Environment
More information about the Padre-trac
mailing list