dalet/help/editors/helix.md

22 lines
386 B
Markdown
Raw Normal View History

2024-08-14 21:34:55 +03:00
1. Install dalet_lsp `cargo install daleth_lsp`
2. Add this to languages.toml:
```toml
[[language]]
name = "daleth"
language-servers = ["daleth-lsp"]
2024-08-14 22:12:37 +03:00
auto-format = true
2024-08-14 21:34:55 +03:00
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"
```