helix/helix-core
Michael Davis 5e0b3cc28b Use injection syntax trees for bracket matching
Previously we used the root syntax tree for bracket matching. We can use
the new functionality in `Syntax` for finding the correct syntax tree
for a given byte range though so we use the correct syntax tree within
injections. This improves bracket matching behavior within HTML
injections like script or style tags for example.
2024-01-28 18:13:33 +09:00
..
src Use injection syntax trees for bracket matching 2024-01-28 18:13:33 +09:00
tests Create helix-stdx crate for stdlib extensions 2024-01-18 10:57:53 +09:00
.gitignore Initial import. 2020-05-20 18:14:51 +09:00
Cargo.toml build(deps): bump smallvec from 1.12.0 to 1.13.1 (#9405) 2024-01-23 23:19:36 +09:00