vim-blade
vim-blade copied to clipboard
Accessing an object's property inside of an html tag causes highlighting to get confused
I'm using
<option @if($prod->key) selected @endif value="yes">Yes</option>
and it gets confused when it encounters >
and the highlighting is screwed up until the closing </option>
tag.
When testing this, I realized that it has trouble with the data
keyword as well...but that just might be from a conflict with html5.vim. Come to think of it, maybe it all has to do with the fact that I'm using othree/html5.vim? Does this affect anyone else?
I appear to get the same result. Will research. Thank you!