This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Major Changes
- A new regex search engine has been implemented.
- Search history is now maintained, similar to command history.
- Various internal changes have been made to track upstream changes in Kuroko 1.3.
- An issue where Bim neglected to wait for child processes (eg., when querying git changes) has been fixed.
- A new option flag,
-q
, has been added for performance testing highlighter. Bim will quietly read and highlight a file and exit without printing it.
Highlighters
- A highlighter for dlang has been added.
- A highlighter for Binutils linker scripts has been added.
- A highlighter for Lua has been added.
- The original Rust highlighter from Bim 2 has been ported.
- The C highlighter has been largely rewritten to make use of faster mechanisms (eg., fast operator invocations) in Kuroko.
- The Javascript highlighter has been improved.
- A bug in the Java highlighter that led to exceptions has been fixed.
- Various issues in multiple highlighters have been addressed.
Themes
- The "strawberry" theme has been added