You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 months ago
..
src Use injection syntax trees for bracket matching 5 months ago
tests Create helix-stdx crate for stdlib extensions 5 months ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump smallvec from 1.12.0 to 1.13.1 (#9405) 5 months ago