vtst / ow

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

CSS identifier with escaped colon ('\:') is marked as faulty. #265

Open movalz opened 7 years ago

movalz commented 7 years ago

CSS identifiers are allowed to contain colons. A colon inside an identifier has to be escaped as '\:'. LESS editor shows an error message for such identifiers.

Example:

tableXyz\:zb {

min-width: 65px;

}

causes an error message for identifier "tableXyz\:zb".