aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/SciCoding.html7
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>