The first change fixes an issue with multiline echo expressions {{ ... }} and the second one bases the entire syntax file on php.vim rather than html.vim so that the < and > symbols are not showing as HTML errors anymore. Both problems are described in #4.
The first change fixes an issue with multiline echo expressions
{{ ... }}
and the second one bases the entire syntax file onphp.vim
rather thanhtml.vim
so that the<
and>
symbols are not showing as HTML errors anymore. Both problems are described in #4.