Skip to content

Commit

Permalink
docs: update configs.md
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
github-actions[bot] committed Oct 14, 2024
1 parent 0bf8ace commit a6d0185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ require'lspconfig'.biome.setup{}
```
- `filetypes` :
```lua
{ "javascript", "javascriptreact", "json", "jsonc", "typescript", "typescript.tsx", "typescriptreact", "graphql", "css", "astro", "svelte", "vue", "css" }
{ "astro", "css", "graphql", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
```
- `root_dir` :
```lua
Expand Down
2 changes: 1 addition & 1 deletion doc/configs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ require'lspconfig'.biome.setup{}
```
- `filetypes` :
```lua
{ "javascript", "javascriptreact", "json", "jsonc", "typescript", "typescript.tsx", "typescriptreact", "graphql", "css", "astro", "svelte", "vue", "css" }
{ "astro", "css", "graphql", "javascript", "javascriptreact", "json", "jsonc", "svelte", "typescript", "typescript.tsx", "typescriptreact", "vue" }
```
- `root_dir` :
```lua
Expand Down

0 comments on commit a6d0185

Please sign in to comment.