Skip to content

Commit

Permalink
Update languages.toml - add nixd, closes #10734
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra committed May 17, 2024
1 parent 00e9e5e commit 5ba0855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/generated/lang-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
| nasm ||| | |
| nickel || || `nls` |
| nim |||| `nimlangserver` |
| nix ||| | `nil` |
| nix ||| | `nil`, `nixd` |
| nu || | | `nu` |
| nunjucks || | | |
| ocaml || || `ocamllsp` |
Expand Down
3 changes: 2 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ mint = { command = "mint", args = ["ls"] }
nil = { command = "nil" }
nimlangserver = { command = "nimlangserver" }
nimlsp = { command = "nimlsp" }
nixd = { command = "nixd" }
nls = { command = "nls" }
nu-lsp = { command = "nu", args = [ "--lsp" ] }
ocamllsp = { command = "ocamllsp" }
Expand Down Expand Up @@ -847,7 +848,7 @@ injection-regex = "nix"
file-types = ["nix"]
shebangs = []
comment-token = "#"
language-servers = [ "nil" ]
language-servers = [ "nil", "nixd" ]
indent = { tab-width = 2, unit = " " }

[[grammar]]
Expand Down

0 comments on commit 5ba0855

Please sign in to comment.