Closed mrmlnc closed 8 years ago
Hello, @davidrios,
I think we must provide correct scope for class and id literals.
First, class and id literals is attributes and tags - just a little different. See attributes.html#class-literal and attributes.html#id-literal.
Also I provides invalid.illegal.tag.jade for invalid id literals.
invalid.illegal.tag.jade
Before fix (Sublime Text 3 with you package):
After fix (Sublime Text 3 with you package):
Partially implemented with 5e7bc057b333588a4601d660aa170214c88ba46d.
Hello, @davidrios,
I think we must provide correct scope for class and id literals.
First, class and id literals is attributes and tags - just a little different. See attributes.html#class-literal and attributes.html#id-literal.
Also I provides
invalid.illegal.tag.jade
for invalid id literals.Before fix (Sublime Text 3 with you package):
After fix (Sublime Text 3 with you package):