Skip to content

Support for language highlights embedded in PHP code #3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions