diff options
| -rw-r--r-- | doc/ScintillaDoc.html | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 142a28361..fb27aa351 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -35,6 +35,9 @@         <a href="Steps.html">How to use the Scintilla Edit Control in Windows</a>.      </p>      <p> +       <a href="http://www.scintilla.org/SciTry.vb">A simple example using Scintilla from Visual Basic</a>. +    </p> +    <p>         <a href="Lexer.txt">         A detailed description of how to write a lexer, including a discussion of folding</a>.      </p> | 
