Ticket #2359 (new defect)
Wrong PHP code highlight in mixed PHP/HTLM files
Reported by: | Dogen | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | Future Releases |
Component: | mcedit | Version: | 4.7.0.9 |
Keywords: | Cc: | Dogen, vitalif@… | |
Blocked By: | #2142 | Blocking: | |
Branch state: | no branch | Votes for changeset: |
Description
mcedit can't recognize when pure html code ends and colors green
all the following code include PHP.
Example:
<?php ...some php code here...?> - looks ok: php highlight
<html tag>...some html here...</> - looks ok: green
<?php ...php code again...?> - displayed green
Change History
Note: See
TracTickets for help on using
tickets.
Related #2224.