vtst / ow

Various Eclipse plugins for web development
http://www.normalesup.org/~simonet/soft/
74 stars 29 forks source link

Unquoted attribute selectors throw parse error #193

Closed thSoft closed 10 years ago

thSoft commented 10 years ago

Unquoted attribute selectors are allowed in the CSS spec, but the LESS editor can't parse them, e.g.:

span[data=42] { // extraneous input '42' expecting ']'
}