vtst / ow

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

LESS attribute from variable reports warnings. #270

Open WORMSS opened 7 years ago

WORMSS commented 7 years ago

LESS attribute from variable reports warnings.

.someclass {
    @some-data-attribute: ~"data-something"; 

    &[@{some-data-attribute}] {
        color: red;
    }
}

LESS Plugin for Eclipse shows error:

Multiple markers at this line
- no viable alternative at input '@' 
- mismatched input ']' expecting '}'
- no viable alternative at input ''

This is valid less code. It compiles correctly during ant build, and tested with an online less/css compiler.

Eclipse: Neon 4.6.0
LESS Plugin for Eclipse 1.0.22 OS: Windows 10 Pro 64bit