linutil/tui
cartercanedy 76a4ffc70e
feat: implement syntax highlighting for preview text (#568)
* implement syntax highlighting for preview text

* remove errant lifetimes

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* remove errant lifetimes

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>

* update Cargo.lock

* only iterate over visible lines

* break lines up on init

* implement side scrolling

* Remove unnecessary #![soft_unstable]

This was accidentally left in from benching

---------

Co-authored-by: Adam Perkowski <adas1per@protonmail.com>
2024-09-22 10:56:30 -05:00
..
src feat: implement syntax highlighting for preview text (#568) 2024-09-22 10:56:30 -05:00
build.rs refactor: Split linutil into TUI and Core crates 2024-09-05 23:37:05 -07:00
Cargo.toml feat: implement syntax highlighting for preview text (#568) 2024-09-22 10:56:30 -05:00
cool_tips.txt added tips. (#565) 2024-09-20 10:09:08 -05:00