Lexilla is a library of lexers that can be used with Scintilla or independently.
https://www.scintilla.org/Lexilla.html
Lexilla 5.4.0 is now available from the
scintilla.org web site.
This is a normal release containing features and fixes.
There were changes to Lexilla.cxx which may require action from projects that modified that file to add or remove lexers.
A lexer was added for TOML.
There were improvements for Bash and Progress.
A C++17 compiler is required to build Lexilla. Microsoft Visual C++ 2019, GCC 7.3, Clang 6.0, Xcode 14 Clang or newer will work. Some slightly older compilers may still work.
A list of changes is available on the history page.
https://www.scintilla.org/LexillaHistory.html
Lexilla uses Git for source code control. The repository can be cloned with
git clone
https://github.com/ScintillaOrg/lexilla
Thanks to the contributors of code and documentation and to the testers.
Neil