Closed werker closed 11 years ago
This is a scintilla issue. There is limited support for this already.
This will have proper code folding
.node {
hover {
background: red;
}
}
But if you use the &
(cf. this) variable, it breaks.
.node {
&:hover {
background: red;
}
}
Also, line 13 of scintilla's LexCSS.cxx
file reads as follows:
// TODO: add features for Less if somebody feels like contributing; http://lesscss.org/
Hi, would you please add the syntax scheme for LESS? The CSS scheme is not compatible to LESS when it comes to nested definitions.