| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(fsharp): correct use of supertypes in `(_type)` patterns | Christian Clason | 2025-11-19 | 1 | -4/+6 |
| | | | | | | | | | | | | Problem: These patterns were impossible, since children need to be children of every subtype of a supertype to be captured in this way. As subtypes could appear as children themselves, the query code silently "skipped over" the supertype restriction in the pattern. This was fixed in tree-sitter v0.26.0, which now (correctly) flags these patterns as "impossible". Solution: Add the appropriate child nodes explicitly. | ||||
| * | fix: remove redundant alternants (#8159) | Riley Bruins | 2025-09-28 | 1 | -1/+0 |
| | | |||||
| * | fix(c,cpp,fsharp,idl,powershell,sql,systemtap): remove unneeded escapes | Christian Clason | 2025-05-13 | 1 | -1/+1 |
| | | |||||
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 2 | -0/+422 |
