Skip to content

Commit 9276b82

Browse files
docs: update configs.md
skip-checks: true
1 parent 18ad378 commit 9276b82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/configs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1505,7 +1505,7 @@ Default config:
15051505
```
15061506
- `filetypes` :
15071507
```lua
1508-
{ "astro", "css", "graphql", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
1508+
{ "astro", "css", "graphql", "html", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
15091509
```
15101510
- `root_dir`: [../lsp/biome.lua:12](../lsp/biome.lua#L12)
15111511
- `workspace_required` : `true`

doc/configs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ Default config:
892892
- cmd: >lua
893893
{ "biome", "lsp-proxy" }
894894
- filetypes: >lua
895-
{ "astro", "css", "graphql", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
895+
{ "astro", "css", "graphql", "html", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
896896
- root_dir (use "gF" to view): ../lsp/biome.lua:12
897897
- `workspace_required` : `true`
898898
<

0 commit comments

Comments
 (0)