diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-07-25 16:39:49 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-07-25 16:39:49 +0200 |
| commit | 9722d01b078dbf554431a3af3767012fce341b95 (patch) | |
| tree | 81c2bb129bd81923bbf0767e62720882a31a1f56 /src/app.rs | |
| parent | 21c8643173e87691b47ae9860c6cb095a6ea68b2 (diff) | |
editor add syntax highlighting using treesitter
Diffstat (limited to 'src/app.rs')
| -rw-r--r-- | src/app.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -8,7 +8,6 @@ use ratatui::{ widgets::Block, }; -#[derive(Debug)] pub struct App<'a> { exit: bool, view: SheetView<'a>, |