aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/bright_script.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2025-04-26 14:46:16 -0700
committerGitHub <noreply@github.com>2025-04-26 14:46:16 -0700
commitb8755e3ac9c065fc0934485b251472cbda22a413 (patch)
tree5c6011e2be0a5383601ba3f3ab06ce0e59d7f437 /lsp/bright_script.lua
parentdocs: update configs.md (diff)
downloadnvim-lspconfig-b8755e3ac9c065fc0934485b251472cbda22a413.tar
nvim-lspconfig-b8755e3ac9c065fc0934485b251472cbda22a413.tar.gz
nvim-lspconfig-b8755e3ac9c065fc0934485b251472cbda22a413.tar.bz2
nvim-lspconfig-b8755e3ac9c065fc0934485b251472cbda22a413.tar.lz
nvim-lspconfig-b8755e3ac9c065fc0934485b251472cbda22a413.tar.xz
nvim-lspconfig-b8755e3ac9c065fc0934485b251472cbda22a413.tar.zst
nvim-lspconfig-b8755e3ac9c065fc0934485b251472cbda22a413.zip
ci(lint): migrate from single_file_support #3789
Diffstat (limited to 'lsp/bright_script.lua')
-rw-r--r--lsp/bright_script.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lsp/bright_script.lua b/lsp/bright_script.lua
index c4e736e4..ead26fc4 100644
--- a/lsp/bright_script.lua
+++ b/lsp/bright_script.lua
@@ -9,6 +9,5 @@
return {
cmd = { 'bsc', '--lsp', '--stdio' },
filetypes = { 'brs' },
- single_file_support = true,
root_markers = { 'makefile', 'Makefile', '.git' },
}