Clean up.

This commit is contained in:
Tom Alexander
2025-02-22 19:24:05 -05:00
parent c501f7cedc
commit 7d73a3c948
4 changed files with 3 additions and 8 deletions

View File

@@ -1,10 +1,8 @@
use std::borrow::Borrow;
use std::borrow::Cow;
use super::macros::intermediate;
use crate::error::CustomError;
use organic::types::StandardProperties;
use tree_sitter_highlight::Highlight;
use tree_sitter_highlight::HighlightConfiguration;
use tree_sitter_highlight::HighlightEvent;
use tree_sitter_highlight::Highlighter;