zed/crates/language
Max Brunsfeld aeea47323a Fix enclosing-bracket bug that appeared in JS for loops
Previously, we were relying on the tree-sitter query's range restriction to
avoid returning brackets that did not contain the given range. But the
query's range restriction only guarantees that we don't descend into parent
nodes unless they intersect the range.
2022-11-23 13:37:22 -08:00
..
src Fix enclosing-bracket bug that appeared in JS for loops 2022-11-23 13:37:22 -08:00
build.rs
Cargo.toml Start work on handling combined injections in SyntaxMap 2022-11-07 14:45:17 -08:00