diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 1bd27d469..b2d5f10bd 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -8662,7 +8662,7 @@ EM_SETTARGETDEVICE <p>To change the set of lexers in Scintilla, add and remove lexer source files (<code>Lex*.cxx</code>) from the <code>scintilla/lexers directory</code> and run the <code>scripts/LexGen.py</code> script from the <code>scripts</code> directory to update the make files - and <code>Catalogue.cxx</code>. <code>LexGen.py</code> requires Python 2.5 or later. If you do + and <code>Catalogue.cxx</code>. <code>LexGen.py</code> requires Python 3.6 or later. If you do not have access to Python, you can hand edit <code>Catalogue.cxx</code> in a simple-minded way, following the patterns of other lexers. The important thing is to include <code>LINK_LEXER(lmMyLexer);</code> to correspond with the <code>LexerModule |