summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--highlighter.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/highlighter.cc b/highlighter.cc
index 017d6b2..5e15867 100644
--- a/highlighter.cc
+++ b/highlighter.cc
@@ -36,9 +36,11 @@ void Highlighter::highlightBlock(const QString &text)
QTextCharFormat style;
style.setBackground(Qt::red);
setFormat(0, text.size(), style);
+#if 0
style.setBackground(Qt::black);
style.setForeground(Qt::white);
setFormat(parser_error_pos - n, 1, style);
+#endif
}
}
contact: Jan Huwald // Impressum