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

@ -617,6 +617,15 @@ list.fsh = {
maintainers = { "@mgramigna" },
}
list.fsharp = {
install_info = {
url = "https://github.com/ionide/tree-sitter-fsharp",
files = { "src/parser.c", "src/scanner.c" },
location = "fsharp",
},
maintainers = { "@nsidorenco" },
}
list.func = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-func",