diff options
author | Vicnet <vo.publique@gmail.com> | 2013-09-24 05:06:44 (GMT) |
---|---|---|
committer | Vicnet <vo.publique@gmail.com> | 2013-09-24 05:06:44 (GMT) |
commit | 611d5ce2a7125e4d76dc95c619b10dbc2b544d7f (patch) | |
tree | 6a82c073cf363776bbbc7baf6184d2c274e142e4 /src/highlighter.cc | |
parent | 9a484d717083ca2a7c975aad91d452be8a8d6c56 (diff) |
add children primitive, and refactor control.cc a little
Diffstat (limited to 'src/highlighter.cc')
-rw-r--r-- | src/highlighter.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlighter.cc b/src/highlighter.cc index 4b4aa30..1da0e88 100644 --- a/src/highlighter.cc +++ b/src/highlighter.cc @@ -154,7 +154,7 @@ Highlighter::Highlighter(QTextDocument *parent) tokentypes["import"] << "include" << "use" << "import_stl" << "import" << "import_dxf" << "dxf_dim" << "dxf_cross" << "surface"; typeformats["import"].setForeground(Qt::darkYellow); - tokentypes["special"] << "$children" << "child" << "$fn" << "$fa" << "$fs" << "$t" << "$vpt" << "$vpr"; + tokentypes["special"] << "$children" << "child" << "children" << "$fn" << "$fa" << "$fs" << "$t" << "$vpt" << "$vpr"; typeformats["special"].setForeground(Qt::darkGreen); tokentypes["extrude"] << "linear_extrude" << "rotate_extrude"; |