mirror of
https://github.com/neovim/nvim-lspconfig.git
synced 2025-12-25 07:21:00 +01:00
12 lines
267 B
Lua
12 lines
267 B
Lua
---@brief
|
|
---
|
|
--- https://github.com/1c-syntax/bsl-language-server
|
|
---
|
|
--- Language Server Protocol implementation for 1C (BSL) - 1C:Enterprise 8 and OneScript languages.
|
|
|
|
---@type vim.lsp.Config
|
|
return {
|
|
filetypes = { 'bsl', 'os' },
|
|
root_markers = { '.git' },
|
|
}
|