diff options
Diffstat (limited to 'lsp/bsl_ls.lua')
| -rw-r--r-- | lsp/bsl_ls.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lsp/bsl_ls.lua b/lsp/bsl_ls.lua index d96bf16c..1ab35f5a 100644 --- a/lsp/bsl_ls.lua +++ b/lsp/bsl_ls.lua @@ -4,6 +4,7 @@ --- --- Language Server Protocol implementation for 1C (BSL) - 1C:Enterprise 8 and OneScript languages. +---@type vim.lsp.Config return { filetypes = { 'bsl', 'os' }, root_markers = { '.git' }, |
