jwalton512 / vim-blade

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

Allow space between @keyword and its open parenthesis #9

Closed tremby closed 10 years ago

tremby commented 10 years ago

@foreach($things as $thing) highlights properly but @foreach ($things as thing) does not, though it is valid Blade. The @foreach renders in the wrong colour and the contents of the parentheses are not highlighted as PHP.

jwalton512 commented 10 years ago

recent rewrite should resolve this issue.