Skip to content

Commit e8e71e3

Browse files
docs: update server_configurations.md
skip-checks: true
1 parent 5580f70 commit e8e71e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/server_configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ require'lspconfig'.biome.setup{}
12651265
```
12661266
- `filetypes` :
12671267
```lua
1268-
{ "javascript", "javascriptreact", "json", "jsonc", "typescript", "typescript.tsx", "typescriptreact", "astro", "svelte", "vue" }
1268+
{ "javascript", "javascriptreact", "json", "jsonc", "typescript", "typescript.tsx", "typescriptreact", "astro", "svelte", "vue", "css" }
12691269
```
12701270
- `root_dir` :
12711271
```lua

doc/server_configurations.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ require'lspconfig'.biome.setup{}
12651265
```
12661266
- `filetypes` :
12671267
```lua
1268-
{ "javascript", "javascriptreact", "json", "jsonc", "typescript", "typescript.tsx", "typescriptreact", "astro", "svelte", "vue" }
1268+
{ "javascript", "javascriptreact", "json", "jsonc", "typescript", "typescript.tsx", "typescriptreact", "astro", "svelte", "vue", "css" }
12691269
```
12701270
- `root_dir` :
12711271
```lua

0 commit comments

Comments
 (0)