diff options
Diffstat (limited to 'src/LexConf.cxx')
| -rw-r--r-- | src/LexConf.cxx | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/src/LexConf.cxx b/src/LexConf.cxx index c8441f41e..c33cdb5ce 100644 --- a/src/LexConf.cxx +++ b/src/LexConf.cxx @@ -175,4 +175,10 @@ static void ColouriseConfDoc(unsigned int startPos, int length, int, WordList *k  	delete []buffer;  } -LexerModule lmConf(SCLEX_CONF, ColouriseConfDoc, "conf"); +static const char * const confWordListDesc[] = { +	"Directives", +	"Parameters", +	0 +}; + +LexerModule lmConf(SCLEX_CONF, ColouriseConfDoc, "conf", 0, confWordListDesc); | 
