Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP heredoc highlights fail #3480

Closed
mc-butler opened this issue Jun 8, 2015 · 3 comments
Closed

PHP heredoc highlights fail #3480

mc-butler opened this issue Jun 8, 2015 · 3 comments
Labels
area: mcedit mcedit, the built-in text editor prio: medium Has the potential to affect progress ver: 4.8.10 Reproducible in version 4.8.10

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/3480
Reporter Roberto Corrado (i@….it)
Keywords PHP, heredoc, highlights, fail

Type the following into your php file:

<?php
$test=<<<TEST
<html>
        <head>
        </head>
        <body>
        <p>this is a bug</p>
        </body>
</html>
TEST;
echo $test;
?>

Note

Original attachments:

@mc-butler
Copy link
Author

Changed by Roberto Corrado (i@….it) on Jun 8, 2015 at 13:32 UTC

Highlighting of this code is wrong.

@mc-butler
Copy link
Author

Changed by Roberto Corrado (i@….it) on Jun 8, 2015 at 14:59 UTC

Highlighting of this code is wrong.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Jun 8, 2015 at 17:04 UTC (comment 1)

  • Milestone 4.8 deleted
  • Status changed from new to closed
  • Resolution set to duplicate

Closed as duplicate of #2359.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: mcedit mcedit, the built-in text editor prio: medium Has the potential to affect progress ver: 4.8.10 Reproducible in version 4.8.10
Development

No branches or pull requests

1 participant