Allow debug printing of HighlightedNodeIds

pull/789/head
Wilfred Hughes 2024-11-14 13:55:51 +07:00
parent 549cb483fe
commit 1c0dd04ef1
1 changed files with 1 additions and 0 deletions

@ -1563,6 +1563,7 @@ fn find_delim_positions(
None
}
#[derive(Debug)]
pub(crate) struct HighlightedNodeIds {
keyword_ids: HashSet<usize>,
comment_ids: HashSet<usize>,