Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | feat(treesitter): allow disabling captures and patterns on TSQuery (#32790) | Ian Chamberlain | 2025-03-11 |
Problem: Cannot disable individual captures and patterns in treesitter queries. Solution: * Expose the corresponding tree-sitter API functions for `TSQuery` object. * Add documentation for `TSQuery`. * Return the pattern ID from `get_captures_at_pos()` (and hence `:Inspect!`). |