aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/bsl_ls.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/bsl_ls.lua')
-rw-r--r--lsp/bsl_ls.lua10
1 files changed, 10 insertions, 0 deletions
diff --git a/lsp/bsl_ls.lua b/lsp/bsl_ls.lua
new file mode 100644
index 00000000..a1432b92
--- /dev/null
+++ b/lsp/bsl_ls.lua
@@ -0,0 +1,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' },
+}