aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lua/lspconfig/server_configurations/biome.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/biome.lua b/lua/lspconfig/server_configurations/biome.lua
index dc1d1ab5..dc2a11c1 100644
--- a/lua/lspconfig/server_configurations/biome.lua
+++ b/lua/lspconfig/server_configurations/biome.lua
@@ -12,7 +12,7 @@ return {
'typescript.tsx',
'typescriptreact',
},
- root_dir = util.root_pattern 'biome.json',
+ root_dir = util.root_pattern('biome.json', 'biome.jsonc'),
single_file_support = false,
},
docs = {
@@ -26,7 +26,7 @@ npm install [-g] @biomejs/biome
```
]],
default_config = {
- root_dir = [[root_pattern('biome.json')]],
+ root_dir = [[root_pattern('biome.json', 'biome.jsonc')]],
},
},
}