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 |