diff options
author | Neil <nyamatongwe@gmail.com> | 2021-07-18 16:33:32 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-07-18 16:33:32 +1000 |
commit | d8db0d5be682953b72a79017fe4888b39c9e2125 (patch) | |
tree | aee650e04957c9fce5ff0759495251819fa17039 | |
parent | b98aa99111dd101d4f8b4abd242ae68aa6bedb7c (diff) | |
download | scintilla-mirror-d8db0d5be682953b72a79017fe4888b39c9e2125.tar.gz |
Update lexer information to mention Lexilla.
-rw-r--r-- | doc/SciCoding.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html index 18d55e4b9..e27cf5b30 100644 --- a/doc/SciCoding.html +++ b/doc/SciCoding.html @@ -259,9 +259,10 @@ Submitting a lexer </h3> - <p>Add a public feature request to the <a href="https://sourceforge.net/tracker/?group_id=2439&atid=352439">Feature Request Tracker</a>.</p> - <p>Send all the modified and new files as full text (not patches) in an archive (.zip or .tgz).</p> - <p>Define all of the lexical states in a modified Scintilla.iface.</p> + <p>Lexers have been moved to the separate <a href="https://www.scintilla.org/Lexilla.html">Lexilla</a> project + which is on GitHub which may have updated instructions.</p> + <p>Add an issue or pull request on the <a href="https://github.com/ScintillaOrg/lexilla">Lexilla project page</a>.</p> + <p>Define all of the lexical states in a modified LexicalStyles.iface.</p> <p>Ensure there are no warnings under the compiler you use. Warnings from other compilers will be noted on the feature request.</p> <p>sc.ch is an int: do not pass this around as a char.</p> |