billymoon / Stylus

Stylus Package for Sublime Text 2 / 3
Other
129 stars 31 forks source link

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

Closed nathanhornby closed 9 years ago

nathanhornby commented 9 years ago

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

grassator commented 9 years ago

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

nathanhornby commented 9 years ago

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.