niladri das
niladri das
I have read the CLA Document and I hereby sign the CLA
@richardlin-openai Please review this PR for syntax highlighting in markdown code blocks.
Tagging @nornagon-openai for review.
The Lazy pattern is used here for efficient resource management: ```rust // Note: Lazy is used for efficient static initialization of syntax highlighting resources. // It ensures they're only loaded...
This PR adds syntax highlighting for markdown code blocks with the following implementation: **Key Changes:** - Added `syntax-highlighting` feature flag and `syntect` dependency to `codex-rs/tui/Cargo.toml` - Implemented complete syntax highlighting...
## Verification Commands ```bash # Test with syntax highlighting enabled cargo test -p codex-tui --features syntax-highlighting # Test without syntax highlighting (fallback) cargo test -p codex-tui # Build binary with...
Hey @bolinfest , can you please look at it now. sorry for the confusion arose.
Sure appreciate it.
- [x] Code formatted with `cargo fmt` - [x] Clippy checks passed - [x] Linter fixes applied with `cargo fix` - [x] All tests passed (239 passed, 0 failed)