billymoon/Stylus

`fieldgroup` isn't picked up as an HTML element

Closed this issue · 2 comments

I was going to slip this in myself but I don't have any experience with Sublime plugins so thought it best to just report it.

fieldgroup isn't visually flagged as an HTML element:

screen shot 2015-06-17 at 11 16 35

This is correct behavior, because fieldgroup it's not a valid tag. What you probably want is fieldset.
https://developer.mozilla.org/en/docs/Web/HTML/Element

Doh!

On 17 Jun 2015, at 17:53, Dmitriy Kubyshkin notifications@github.com wrote:

This is correct behavior, because fieldgroup it's not a valid tag. What you probably want is fieldset.
https://developer.mozilla.org/en/docs/Web/HTML/Element


Reply to this email directly or view it on GitHub.