Merge pull request #1603 from anna-marina/fold-comments

Add multiline comment folding. Resolve #1408
This commit is contained in:
Marius Kintel 2016-03-24 11:23:41 -04:00
commit 1b678083d3

View file

@ -28,6 +28,8 @@ ScadLexer::ScadLexer(QObject *parent) : QsciLexerCPP(parent)
"intersection linear_extrude rotate_extrude import group "
"projection render surface scale rotate mirror translate "
"multmatrix color offset ";
setFoldComments(true);
}
ScadLexer::~ScadLexer()