6 #ifndef GNUSYNTAXHIGHLIGHTER_H_
7 #define GNUSYNTAXHIGHLIGHTER_H_
9 #include <srchilite/highlightstate.h>
10 #include <srchilite/formattermanager.h>
11 #include <srchilite/sourcehighlighter.h>
12 #include <srchilite/formatterparams.h>
13 #include <srchilite/langdefmanager.h>
14 #include <srchilite/langmap.h>
16 #include "TextFormatterFactory.h"
17 #include "HighlightStateData.h"
19 namespace srchiliteqt {
61 const QString &getLangFile()
const {
return langFile; }
112 const QString &styleFile =
"default.style");
170 void setForegroundColor(
const QString &f) {
174 void setBackgroundColor(
const QString &b) {
196 bool isDefaultToMonospace()
const {