StanAngeloff / php.vim

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

Allow whitespaces after '<<<' operator in Heredoc #97

Closed iusmac closed 4 years ago

iusmac commented 4 years ago

When encounter a case like:

echo <<< HELP
[...]

the highlighting inside the Heredoc content breaks completely.

StanAngeloff commented 4 years ago

Thanks for this, merged :)