fn tree_highlights(
tree: &Tree,
src: &str,
config: &TreeSitterConfig,
) -> HighlightedNodeIdsExpand description
Calculate which tree-sitter node IDs should have which syntax highlighting.
fn tree_highlights(
tree: &Tree,
src: &str,
config: &TreeSitterConfig,
) -> HighlightedNodeIdsCalculate which tree-sitter node IDs should have which syntax highlighting.