From 35eed469ff0228dcfd205939d2b98b52da36a5b5 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 22 Jun 2017 18:04:29 +1000 Subject: Basic implementation helpers for style metadata. --- lexlib/LexerSimple.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lexlib/LexerSimple.cxx') diff --git a/lexlib/LexerSimple.cxx b/lexlib/LexerSimple.cxx index f741e0fef..3df15d32d 100644 --- a/lexlib/LexerSimple.cxx +++ b/lexlib/LexerSimple.cxx @@ -26,7 +26,9 @@ using namespace Scintilla; #endif -LexerSimple::LexerSimple(const LexerModule *module_) : module(module_) { +LexerSimple::LexerSimple(const LexerModule *module_) : + LexerBase(module_->LexClasses(), module_->NamedStyles()), + module(module_) { for (int wl = 0; wl < module->GetNumWordLists(); wl++) { if (!wordLists.empty()) wordLists += "\n"; -- cgit v1.2.3