diff options
author | nyamatongwe <devnull@localhost> | 2001-02-16 06:55:24 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-02-16 06:55:24 +0000 |
commit | e53cc246d032d0f925cbfca9a9013420574cb9ac (patch) | |
tree | 21821d90c7dbac660ce605202a3ab0deb0a554e2 | |
parent | 17d4b322d0adeb3c5320a8b71d5aa3baa3da8373 (diff) | |
download | scintilla-mirror-e53cc246d032d0f925cbfca9a9013420574cb9ac.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> |