diff options
Diffstat (limited to 'docs/manual.md')
-rw-r--r-- | docs/manual.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |