in the TUI, diffs and source files should be syntax-highlighted like in the GUI #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
even in the TUI we need proper syntax highlighting for source code and diffs and I don't know how markdown comments are handled, if they are rendered or showing source - I would prefer a pseudo-rendered. markdown look so that emphasies and titles and things like that show in the terminal. but for source and diffs definitely need syntax highlights
Implemented in
aafde7e.TESTING.mdnow covers syntax, Markdown, fallback, and the current unconditionalqbehavior.Verification:
cargo fmt --all -- --checkRUSTFLAGS="-D warnings" cargo check --workspace --all-targetscargo clippy --workspace --all-targets -- -D warningscargo test --workspace(46 tests)TESTING.mdthrough the live repository browser and verified filename-driven source syntax colorsThis is TUI-only, so no iPhone release build was performed as requested.