Skip to content

Support for language highlights embedded in PHP code #3

@zonuexe

Description

@zonuexe

Query languages like SQL and, rarely, HTML tags can be written in string literals and heredoc, so it's useful to have syntax highlighting

<?php

$sql = 'SELECT * FROM tbl';

if (true) {
    $sql = <<<'SQL'
    SELECT * FROM tbl
    SQL;
}

refs emacs-php/php-mode#695

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions