Merge pull request #1603 from anna-marina/fold-comments
Add multiline comment folding. Resolve #1408
This commit is contained in:
commit
1b678083d3
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue