Releases: emar10/jet
Releases · emar10/jet
v1.0
Full dynamic syntax highlighting is here.
Changelog
New Features
- Jet's syntax highlighting rules are now loaded dynamically from the
../share/jet/syntax
directory relative to the binary's installation path. - Added syntax files for C and Java.
Bug Fixes
- Fixed an issue with switching to a new file that does not exist.
v0.2 - I C Syntax
This release adds syntax highlighting for C.
Changelog
New Features
- Add syntax highlighting engine that dynamically accents portions of text based on regex rules.
- Built in rules for C that only trigger when editing a
.c
or.h
file.
v0.1.1
Hotfix release, squashes some particularly nasty bugs and provides minor usability improvements.
Changelog
New features
- Jet will now automatically adapt its windows when the terminal is resized.
Bug fixes
- Fixes #26, Page Up and Page Down now work again.
- Handles a nasty memory issue with splitting and combining lines when adding/removing line breaks.