feat(fsharp): add parser and queries (#7166)

This commit is contained in:
Nikolaj Sidorenco 2024-09-29 11:08:21 +02:00 committed by GitHub
parent 1f2059f293
commit 707313b80a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 435 additions and 0 deletions

View file

@ -239,6 +239,7 @@ We are looking for maintainers to add more parsers and to write query files for
- [x] [forth](https://github.com/AlexanderBrevig/tree-sitter-forth) (maintained by @amaanq)
- [x] [fortran](https://github.com/stadelmanma/tree-sitter-fortran) (maintained by @amaanq)
- [x] [fsh](https://github.com/mgramigna/tree-sitter-fsh) (maintained by @mgramigna)
- [x] [fsharp](https://github.com/ionide/tree-sitter-fsharp) (maintained by @nsidorenco)
- [x] [func](https://github.com/amaanq/tree-sitter-func) (maintained by @amaanq)
- [x] [fusion](https://gitlab.com/jirgn/tree-sitter-fusion.git) (maintained by @jirgn)
- [x] [GAP system](https://github.com/gap-system/tree-sitter-gap) (maintained by @reiniscirpons)