Function uvls::core::check::check_sanity

source ยท
pub fn check_sanity(tree: &Tree, source: &Rope) -> Vec<ErrorInfo>
Expand description

Check if line breaks are correct eg. inside parenthesis

This is necessary because the treesitter grammer allows 2 features on the same line under certain conditions.