Ticket #179 (closed defect: invalid)
ppi syntax highlighting does not work for <<EOF
| Reported by: | davidgang | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.21 |
| Keywords: | Cc: |
Description
The syntax highlighting does not work for a code like this
my $sql = <<EOF;
SELECT
- from TABLE
EOF
but i need it for the new perl 5.10 operator
Change History
Note: See
TracTickets for help on using
tickets.

i see it works now. don't know why it did not work before