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 c8be5205e9
commit 37e746cb90
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;