pub fn highlight(node: &LinkedNode<'_>) -> Option<Tag>
Expand description
Determine the highlight tag of a linked syntax node.
Returns None
if the node should not be highlighted.
pub fn highlight(node: &LinkedNode<'_>) -> Option<Tag>
Determine the highlight tag of a linked syntax node.
Returns None
if the node should not be highlighted.