diff options
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index df20a0926..e7bb419ad 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -35,6 +35,10 @@ <a href="Steps.html">How to use the Scintilla Edit Control in Windows</a>. </p> <p> + <a href="Lexer.txt"> + A detailed description of how to write a lexer, including a discussion of folding</a>. + </p> + <p> For now, the best way to work out how to develop using Scintilla is to see how SciTE uses it. SciTE exercises most of Scintilla's facilities. </p> |