diff options
author | 2021-03-27 11:39:05 -0400 | |
---|---|---|
committer | 2021-03-27 11:39:05 -0400 | |
commit | a9938c65d64546f876697e1831156f00ac569cfa (patch) | |
tree | d48d88982bc2ee30a7af49df943414cbede3d00e /docs/manual.md | |
parent | 98958ec99aad3157066d67d53f2e2b9b72fe50c7 (diff) | |
download | textadept-a9938c65d64546f876697e1831156f00ac569cfa.tar.gz textadept-a9938c65d64546f876697e1831156f00ac569cfa.zip |
Updated to Scintilla 5.0.0 and Lexilla 5.0.0.
Also updated to latest Scintillua and Scinterm that compile against 5.0.0.
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 |