Skip to content

Commit

Permalink
Update fsharp tree sitter repo reference
Browse files Browse the repository at this point in the history
The repository reference used here was a fork from the actual
repository, which has now been moved under ionide organization, where it is
in active maintenance and development.

The commit SHA is the currently latest commit from main branch.

Copied and replaced/created the fsharp queries from the treesitter repo [queries](https://github.com/ionide/tree-sitter-fsharp/blame/main/queries)
  • Loading branch information
ssiltanen committed Jul 6, 2024
1 parent 21fd654 commit 65e3d1f
Show file tree
Hide file tree
Showing 5 changed files with 329 additions and 109 deletions.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3136,7 +3136,7 @@ language-servers = ["fsharp-ls"]

[[grammar]]
name = "fsharp"
source = { git = "https://github.com/kaashyapan/tree-sitter-fsharp", rev = "18da392fd9bd5e79f357abcce13f61f3a15e3951" }
source = { git = "https://github.com/ionide/tree-sitter-fsharp", rev = "996ea9982bd4e490029f84682016b6793940113b" }

[[language]]
name = "t32"
Expand Down
Loading

0 comments on commit 65e3d1f

Please sign in to comment.