diff --git a/helix-view/src/theme.rs b/helix-view/src/theme.rs index 640affd4..514d7839 100644 --- a/helix-view/src/theme.rs +++ b/helix-view/src/theme.rs @@ -185,8 +185,8 @@ pub struct Theme { styles: HashMap, // tree-sitter highlight styles are stored in a Vec to optimize lookups scopes: Vec, - highlights: Vec