diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaDoc.html | 3 | ||||
-rw-r--r-- | doc/ScintillaHistory.html | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index b4eae90ea..4ad921cf5 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -291,6 +291,9 @@ <p>A lexer created by Lexilla may be used in Scintilla by calling <a class="seealso" href="#SCI_SETILEXER">SCI_SETILEXER</a>.</p> + <p>Lexilla and its contained lexers can be tested with the TestLexers program in lexilla/test. + Read lexilla/test/README for information on building and using TestLexers.</p> + <h2 id="MessageCategories">Contents</h2> <table class="categories" summary="Message categories"> diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index af9c8a49c..4edde2556 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -568,6 +568,7 @@ </li> <li> Lexers made available as Lexilla library. + TestLexers program with tests for Lexilla and lexers added in lexilla/test. </li> <li> SCI_SETILEXER implemented to use lexers from Lexilla or other sources. |