5.0
github-actions
released this
26 Jun 16:01
·
249 commits
to default
since this release
Scintillua 5.0 (26 Jun 2021)
Download:
Bugfixes:
- Fixed incorrect LaTeX highlighting of '' manual breaks.
- Do not return "lexer" in the list of known lexer names.
Changes:
- Updated Lisp lexer to match character strings.
- Updated Markdown lexer to highlight
<https://foo.bar>
-style links. - Updated JavaScript lexer with types, functions, and constants.
- Added TypeScript and Gleam lexers.
- Prefer table of words in
lexer.word_match()
. - Renamed SCI_SETLEXERLANGUAGE to SCI_SETILEXER due to removal of the former in Scintilla.
- Renamed SCI_LOADLEXERLIBRARY to SCI_CREATELOADER due to removal of the former in Scintilla.
- Renamed SCI_GETLEXERLANGUAGE to SCI_GETLEXER for more consistency.
- Renamed SCI_PROPERTYNAMES to SCI_GETLEXERLANGUAGE because it sounds a bit better.
- Updated to Scintilla 5.0.1.
- Support Lexilla 5.0.3's
GetNamespace()
API. - Support SciTE 5.0.3.