From d8db0d5be682953b72a79017fe4888b39c9e2125 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 18 Jul 2021 16:33:32 +1000 Subject: Update lexer information to mention Lexilla. --- doc/SciCoding.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc/SciCoding.html') 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 -

Add a public feature request to the Feature Request Tracker.

-

Send all the modified and new files as full text (not patches) in an archive (.zip or .tgz).

-

Define all of the lexical states in a modified Scintilla.iface.

+

Lexers have been moved to the separate Lexilla project + which is on GitHub which may have updated instructions.

+

Add an issue or pull request on the Lexilla project page.

+

Define all of the lexical states in a modified LexicalStyles.iface.

Ensure there are no warnings under the compiler you use. Warnings from other compilers will be noted on the feature request.

sc.ch is an int: do not pass this around as a char.

-- cgit v1.2.3