diff options
author | nyamatongwe <unknown> | 2001-02-16 06:55:24 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-02-16 06:55:24 +0000 |
commit | f29acfd963c239d1eecf94d154103e552bbcec2a (patch) | |
tree | 21821d90c7dbac660ce605202a3ab0deb0a554e2 | |
parent | a6a64dd4ec2a7c88572e4e8c678d5a8941e194c9 (diff) | |
download | scintilla-mirror-f29acfd963c239d1eecf94d154103e552bbcec2a.tar.gz |
Added link to lexer documentation.
-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> |