Ticket #916 (closed enhancement: fixed)
Perl syntax highlighting: highlight interpolated variables and special characters in strings
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | Syntax Highlighting | Version: | trunk |
| Keywords: | syntaxhighlighting, perl5, perl6 | Cc: |
Description
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.
Change History
comment:2 Changed 2 years ago by zenogantner
Copied from duplicate #1214 (by szabgab):
Scintilla does not do it yet: http://sourceforge.net/tracker/index.php?func=detail&aid=3076629&group_id=2439&atid=102439
comment:3 Changed 2 years ago by azawawi
Once upgraded to Scintilla 2.27 in Wx::Scintilla. I will begin fixing LexPerl?.cxx to include this feature.
Note: See
TracTickets for help on using
tickets.
