ionide / tree-sitter-fsharp

F# grammar for treesitter
MIT License
81 stars 18 forks source link

fix: Record patterns missing closing right bracket #74

Closed KaranAhlawat closed 1 month ago

KaranAhlawat commented 1 month ago

After going down a debugging rabbit hole, I noticed that record patterns were missing the closing bracket. I've created a fix and added a couple of tests for it, unless it was intentional and I just don't understand the F# syntax 😅