aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/fsharp
Commit message (Collapse)AuthorAgeFilesLines
* fix(fsharp): correct use of supertypes in `(_type)` patternsChristian Clason2025-11-191-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 Bruins2025-09-281-1/+0
|
* fix(c,cpp,fsharp,idl,powershell,sql,systemtap): remove unneeded escapesChristian Clason2025-05-131-1/+1
|
* feat!: drop modules, general refactor and cleanupChristian Clason2025-05-122-0/+422