mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
e6c36e82cf
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. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml |