6.2
github-actions
released this
27 Jul 20:44
·
43 commits
to default
since this release
Scintillua 6.2 (27 Jul 2023)
Download:
Bugfixes:
- Fixed user-specified first line pattern detection.
Changes:
- Updated Bash lexer to no highlight escaped quote characters as strings.
- Added "scintillua.word.chars" property for use with Scintilla-based editors.
- Added
lexer.names()
for determining known lexer names if LuaFileSystem is available. - Improvements to allow using Scintillua as a Lua library in a Scintilla environment.
- Updated Pascal keywords.
- Added Objeck lexer.
- Replaced Man lexer with Troff lexer.
- Define
_G.lpeg
for lexers if it does not already exist. - Updated Python lexer to support soft keywords, but not highlight them by default.
- Only highlight stand-alone numbers in YAML.
- Updated to LPeg 1.1.0.