| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2025-03-11 | feat(treesitter): allow disabling captures and patterns on TSQuery (#32790) | Ian Chamberlain | 1 | |
| 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!`). | ||||
