vtst / ow

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

Id with a dot inside generates error messages: "no viable alternative at input '\.login'" and "extraneous input ' ' expecting '{'" #233

Closed burka closed 1 year ago

burka commented 9 years ago

This simple fragment will cause a error during validation but shouldn't:

#poll\.viewPoll {
}
JanThiel commented 9 years ago

Namespacing is also directly affected by this issue. Quite annoying as my code is full of "phantom errors" ;-)

Take this code from Twitter Bootstrap Mixin Library we use. It's a defined function which is namespaced.

.element {
    #gradient.vertical(#fff,#000);
}

Generates all of the following errors which should not happen: eclipse-less-validation-fail

Brgds

Jan

burka commented 1 year ago

This issue is to old and nobody seems to care, so as I don't use this anymore for years, I closed it :-) Thanks.