From a9938c65d64546f876697e1831156f00ac569cfa Mon Sep 17 00:00:00 2001 From: mitchell <70453897+orbitalquark@users.noreply.github.com> Date: Sat, 27 Mar 2021 11:39:05 -0400 Subject: Updated to Scintilla 5.0.0 and Lexilla 5.0.0. Also updated to latest Scintillua and Scinterm that compile against 5.0.0. --- docs/manual.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/manual.md') diff --git a/docs/manual.md b/docs/manual.md index 579c4662..c79833f5 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -1844,6 +1844,7 @@ Textadept is composed of the following technologies: * [cdk][]: terminal UI widget toolkit * [libtermkey][]: terminal keyboard entry handling library * [Scintilla][]: core text editing component +* [Lexilla][]: core syntax highlighting library for Scintilla * [Scinterm][]: curses (terminal) platform for Scintilla * [Scintillua][]: syntax highlighting for Scintilla using Lua lexers * [Lua][]: core scripting language @@ -1852,6 +1853,7 @@ Textadept is composed of the following technologies: [GTK]: https://www.gtk.org [Scintilla]: https://scintilla.org +[Lexilla]: https://scintilla.org/Lexilla.html [Scinterm]: https://orbitalquark.github.io/scinterm [Scintillua]: https://orbitalquark.github.io/scintillua [Lua]: https://www.lua.org -- cgit v1.2.3