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

[HTML] allow HTML autocompletion inside PHP HTML heredoc strings #624

Merged
merged 2 commits into from Oct 5, 2017

Conversation

keith-hall
Copy link
Collaborator

allow HTML autocompletion inside PHP HTML heredoc strings

i.e.

<?php echo <<<HTML
<!-- here, when user types for e.g. `sect`, it should suggest <section> -->
HTML;
?>

@wbond
Copy link
Member

wbond commented Sep 21, 2016

I'm going to hold off on this until after the next beta since I feel it may need testing for possible side-effects.

i.e.

    <?php echo <<<HTML
    <!-- here, when user types for e.g. `sect`, it should suggest <section> -->
    HTML;
    ?>
@wbond wbond merged commit 7991280 into sublimehq:master Oct 5, 2017
@keith-hall keith-hall deleted the php_html branch October 5, 2017 03:23
deathaxe pushed a commit to deathaxe/sublime-packages that referenced this pull request Jun 9, 2019
[HTML] allow HTML autocompletion inside PHP HTML heredoc strings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants