From 576f504d985a7d05991178a7003d386d0d2e0eeb Mon Sep 17 00:00:00 2001 From: david powell Date: Fri, 14 Jun 2013 15:27:16 +0100 Subject: added mirror to transform highlighting diff --git a/src/highlighter.cc b/src/highlighter.cc index bf80bb4..68d39fd 100644 --- a/src/highlighter.cc +++ b/src/highlighter.cc @@ -136,7 +136,7 @@ Highlighter::Highlighter(QTextDocument *parent) typeformats["keyword"].setForeground(QColor("Green")); typeformats["keyword"].setToolTip("Keyword"); - tokentypes["transform"] << "scale" << "translate" << "rotate" << "multmatrix" << "color" << "projection" << "hull" << "resize"; + tokentypes["transform"] << "scale" << "translate" << "rotate" << "multmatrix" << "color" << "projection" << "hull" << "resize" << "mirror"; typeformats["transform"].setForeground(QColor("Indigo")); tokentypes["csgop"] << "union" << "intersection" << "difference" << "render"; -- cgit v0.10.1