Add Nix language support (#2781)
This adds rudimentary language support for the Nix expression language, through tree-sitter-nix. I spent a little bit of time trying to add support for one of the Nix language servers too, but wasn't able to get any of them running reliably without crashing, and so I've opted to stick to just the tree-sitter grammar for now. 
This commit is contained in:
commit
1545128ec5
6 changed files with 120 additions and 0 deletions
|
@ -128,6 +128,7 @@ tree-sitter-svelte.workspace = true
|
|||
tree-sitter-racket.workspace = true
|
||||
tree-sitter-yaml.workspace = true
|
||||
tree-sitter-lua.workspace = true
|
||||
tree-sitter-nix.workspace = true
|
||||
|
||||
url = "2.2"
|
||||
urlencoding = "2.1.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue