Early implementation of syntax highlighting

Various bug fixes related to command substitution
This commit is contained in:
2025-04-21 01:56:05 -04:00
parent 3155db5565
commit 7523944d63
6 changed files with 201 additions and 63 deletions

View File

@@ -1,4 +1,5 @@
pub mod readline;
pub mod highlight;
use std::path::Path;