aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/lelwel_ls.lua
blob: d9f5fd3f174be5ebd2c2b9ac570d7f3803e22963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---@brief
---
--- https://github.com/0x2a-42/lelwel
---
--- Language server for lelwel grammars.
---
--- You can install `lelwel-ls` via cargo:
--- ```sh
--- cargo install --features="lsp" lelwel
--- ```
return {
  cmd = { 'lelwel-ls' },
  filetypes = { 'llw' },
  root_markers = { '.git' },
}