summaryrefslogtreecommitdiff
path: root/src/widgets/sheetview.rs
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-07-25 16:39:49 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-07-25 16:39:49 +0200
commit9722d01b078dbf554431a3af3767012fce341b95 (patch)
tree81c2bb129bd81923bbf0767e62720882a31a1f56 /src/widgets/sheetview.rs
parent21c8643173e87691b47ae9860c6cb095a6ea68b2 (diff)
editor add syntax highlighting using treesitter
Diffstat (limited to 'src/widgets/sheetview.rs')
-rw-r--r--src/widgets/sheetview.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/sheetview.rs b/src/widgets/sheetview.rs
index 2584c96..c4f7a73 100644
--- a/src/widgets/sheetview.rs
+++ b/src/widgets/sheetview.rs
@@ -18,7 +18,6 @@ use super::luaeditor::LuaEditor;
const DEFAULT_COLUMN_WIDTH: u16 = 10;
-#[derive(Debug)]
pub struct SheetView<'a> {
block: Option<Block<'a>>,
luaeditor: Option<LuaEditor<'a>>,