itsyaasir / nano-rs

A minimalist text editor built with Rust. Inspired by Nano, it offers basic text editing features along with syntax highlighting. Ideal for quick edits in the terminal, and printing out file contents.
4 stars 0 forks source link

Code refactor #5

Closed itsyaasir closed 1 year ago

itsyaasir commented 1 year ago

I think we can take this approach, what do you think ? I think this is more cleaner and you can understand the code better.

itsyaasir commented 1 year ago

For now we will be using default themes from the syntect, until we add theme management