mirror of
https://github.com/TxtDot/dalet.git
synced 2024-11-22 04:46:23 +03:00
387 B
387 B
- Install daleth_lsp
cargo install daleth_lsp
- 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"