summaryrefslogtreecommitdiff
path: root/src/highlighter.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-04-24 06:00:04 (GMT)
committerMarius Kintel <marius@kintel.net>2013-04-24 06:00:04 (GMT)
commit5f10c9f9c0a9805567ea8f9b560c6e0b50126119 (patch)
tree8869b03872b42ce1ffb1755958d05925f9f0bcb4 /src/highlighter.cc
parent3307deee9361883a5297fbcac7f5a1cb428ed40c (diff)
parentf0ee85e17d474ab9119f82ee6f802d4634743b12 (diff)
Merge branch 'master' into issue217
Diffstat (limited to 'src/highlighter.cc')
-rw-r--r--src/highlighter.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlighter.cc b/src/highlighter.cc
index 391e3a5..bf80bb4 100644
--- a/src/highlighter.cc
+++ b/src/highlighter.cc
@@ -151,7 +151,7 @@ Highlighter::Highlighter(QTextDocument *parent)
tokentypes["import"] << "include" << "use" << "import_stl" << "import" << "import_dxf" << "dxf_dim" << "dxf_cross";
typeformats["import"].setForeground(Qt::darkYellow);
- tokentypes["special"] << "$children" << "child" << "$fn" << "$fa" << "$fb";
+ tokentypes["special"] << "$children" << "child" << "$fn" << "$fa" << "$fs" << "$t" << "$vpt" << "$vpr";
typeformats["special"].setForeground(Qt::darkGreen);
tokentypes["extrude"] << "linear_extrude" << "rotate_extrude";
contact: Jan Huwald // Impressum