aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/bsl_ls.lua
blob: d96bf16cd8899d42e4c1e0396bf5ec263ee400cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
--- https://github.com/1c-syntax/bsl-language-server
---
--- Language Server Protocol implementation for 1C (BSL) - 1C:Enterprise 8 and OneScript languages.

return {
  filetypes = { 'bsl', 'os' },
  root_markers = { '.git' },
}