mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(fsharp): add parser and queries (#7166)
This commit is contained in:
parent
1f2059f293
commit
707313b80a
5 changed files with 435 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue