jwalton512 / vim-blade

Vim syntax highlighting for Blade templates.
225 stars 37 forks source link

Single-line comments are overriding }} #22

Closed tremby closed 8 years ago

tremby commented 10 years ago
<div>
    TODO: looks selection
    {{ Form::hidden('look1', 'look1') // TODO }}
</div>

Rendering as

screen shot 2014-05-22 at 5 00 48 pm

The }} should override the comment. At present the }} is still rendered as a comment, and the PHP mode has not been cancelled, so the next line (</div>, HTML) is still rendered as PHP.

jwalton512 commented 8 years ago

this seems to render correctly with new updates.