Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Accessing an object's property inside of an html tag causes highlighting to get confused #68

Open
endoped opened this issue Mar 22, 2018 · 1 comment
Assignees
Labels

Comments

@endoped
Copy link

endoped commented Mar 22, 2018

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?

screen shot 2018-03-22 at 11 48 53 am

@jwalton512
Copy link
Owner

I appear to get the same result. Will research. Thank you!

@jwalton512 jwalton512 added the bug label Apr 4, 2018
@jwalton512 jwalton512 self-assigned this Apr 4, 2018
@endoped endoped changed the title Not recognizing @ symbol inside of html attributes. Accessing an object's property inside of an html tag causes highlighting to get confused Apr 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants