aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/bsl_ls.lua
blob: 98081530bd6d4096127532c3a9ec1fa23b616a81 (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' },
}