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
Gokul Soumya e6c36e82cf Allow capturing multiple nodes in textobject queries
Treesitter captures can contain multiple nodes like so:

```
(line_comment)+ @comment
```

This would match each line in a comment as a separate
`@comment` capture when what we actually want is the
whole set of contiguous `line_comment` nodes to be
captured under the `@comment` capture. This commit enables
this behaviour.
2 years ago
..
src Allow capturing multiple nodes in textobject queries 2 years ago
.gitignore Initial import. 4 years ago
Cargo.toml build(deps): bump smartstring from 0.2.10 to 1.0.0 (#1722) 2 years ago