Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Heredoc containing a closing PHP tag breaks syntax highlighting #10

Closed
@jaikdean

Description

@jaikdean

I have a file containing the following:

        $this->xml = <<<EOD
<?xml version="1.0"?>
<methodCall>
<methodName>{$this->method}</methodName>
<params>

EOD;

The syntax formatting is picking up the ?> within the heredoc as a closing PHP tag, and as such the syntax highlighting is broken from this point on in the file.

screen shot 2014-03-03 at 10 58 40

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions