kkawakam / rustyline

Readline Implementation in Rust
https://crates.io/crates/rustyline/
MIT License
1.52k stars 175 forks source link

Adding `final_highlight` method to `Highlighter` trait. Issue 726 #727

Closed luketpeterson closed 12 months ago

luketpeterson commented 12 months ago

Adding final_highlight method to Highlighter trait, Updating MatchingBracketHighlighter to re-render line without highlighting

Issue https://github.com/kkawakam/rustyline/issues/726

Thank you.

luketpeterson commented 12 months ago

I like your solution in https://github.com/kkawakam/rustyline/pull/729 better. So I'll close this PR if you plan to merge that one.

Thanks a lot!