Skip to content

Commit

Permalink
Switch Nim tree-sitter queries to alaviss/tree-sitter-nim (helix-edit…
Browse files Browse the repository at this point in the history
  • Loading branch information
omentic authored and Vulpesx committed Jun 7, 2024
1 parent 2339b47 commit 05e2e15
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 305 deletions.
4 changes: 2 additions & 2 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ metals = { command = "metals", config = { "isHttpEnabled" = true } }
mint = { command = "mint", args = ["ls"] }
nil = { command = "nil" }
nimlangserver = { command = "nimlangserver" }
nimlsp = { command = "nimlsp" }
nls = { command = "nls" }
nu-lsp = { command = "nu", args = [ "--lsp" ] }
ocamllsp = { command = "ocamllsp" }
Expand Down Expand Up @@ -2858,10 +2859,9 @@ language-servers = [ "nimlangserver" ]
"'" = "'"
'{' = '}'

# Nim's tree-sitter grammar is in heavy development.
[[grammar]]
name = "nim"
source = { git = "https://github.com/aMOPel/tree-sitter-nim", rev = "240239b232550e431d67de250d1b5856209e7f06" }
source = { git = "https://github.com/alaviss/tree-sitter-nim", rev = "c5f0ce3b65222f5dbb1a12f9fe894524881ad590" }

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

0 comments on commit 05e2e15

Please sign in to comment.