Wrong PHP code highlight in mixed PHP/HTLM files #2359
Labels
area: mcedit
mcedit, the built-in text editor
prio: low
Minor problem or easily worked around
ver: 4.7.0.9
Reproducible in version 4.7.0.9
Milestone
Important
This issue was migrated from Trac:
Dogen
(samuel.sh79@….com)Dogen
(samuel.sh79@….com),vitalif@….ru
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
The text was updated successfully, but these errors were encountered: