StanAngeloff / php.vim

An up-to-date Vim syntax for PHP (7.x supported)
477 stars 69 forks source link

Support coloration in nowdoc #71

Closed Taluu closed 7 years ago

Taluu commented 7 years ago

This should fix #64, coloring SQL and HTML in nowdocs <<<'EOT' ... EOT; blocks. I added a new php_*_in_nowdoc parameter, which works as the heredocs equivalent.

Cheers.

StanAngeloff commented 7 years ago

Thank you! :star: This will be awesome.