Added keyword children

This commit is contained in:
redfast00 2017-01-08 10:11:13 +01:00
parent 1fd9f05b44
commit 60e8913a2d
No known key found for this signature in database
GPG key ID: B7DD106EAC545F95

View file

@ -24,7 +24,7 @@ ScadLexer::ScadLexer(QObject *parent) : QsciLexerCPP(parent)
// -> Style: GlobalClass
keywordSet[3] =
"cube sphere cylinder polyhedron square circle polygon text "
"minkowski hull resize child echo union difference "
"minkowski hull resize child children echo union difference "
"intersection linear_extrude rotate_extrude import group "
"projection render surface scale rotate mirror translate "
"multmatrix color offset ";