diff options
author | david powell <achiestdragon@gmail.com> | 2013-06-14 14:27:16 (GMT) |
---|---|---|
committer | david powell <achiestdragon@gmail.com> | 2013-06-14 14:27:16 (GMT) |
commit | 576f504d985a7d05991178a7003d386d0d2e0eeb (patch) | |
tree | a9354ee880bb05bd0442c0186ab0dcd9e7ed46a4 /src | |
parent | cdd50ea1430120ca02e07ee90c484ef74a22e3d5 (diff) |
added mirror to transform highlighting
Diffstat (limited to 'src')
-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 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"; |