dalet/help/editors/helix.md
2024-08-14 22:29:36 +03:00

387 B

  1. Install daleth_lsp cargo install daleth_lsp
  2. Add this to languages.toml:
[[language]]
name = "daleth"
language-servers = ["daleth-lsp"]
auto-format = true
scope = "source.daleth"
file-types = ["dlth"]

[language-server.daleth-lsp]
command = "daleth_lsp"

[[grammar]]
name = "daleth"

[grammar.source]
git = "https://github.com/TxtDot/tree-sitter-daleth"
rev = "HEAD"