diff options
| author | John Ferlito <johnf@inodes.org> | 2024-10-14 17:56:25 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-14 14:56:25 +0800 |
| commit | 60f98302a338b0f8095d7641f6b23d71ecea3dad (patch) | |
| tree | cf21b33a33378fcad6edaa1f2da2c798c4dc883d /lua | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-60f98302a338b0f8095d7641f6b23d71ecea3dad.tar nvim-lspconfig-60f98302a338b0f8095d7641f6b23d71ecea3dad.tar.gz nvim-lspconfig-60f98302a338b0f8095d7641f6b23d71ecea3dad.tar.bz2 nvim-lspconfig-60f98302a338b0f8095d7641f6b23d71ecea3dad.tar.lz nvim-lspconfig-60f98302a338b0f8095d7641f6b23d71ecea3dad.tar.xz nvim-lspconfig-60f98302a338b0f8095d7641f6b23d71ecea3dad.tar.zst nvim-lspconfig-60f98302a338b0f8095d7641f6b23d71ecea3dad.zip | |
fix: add graphql and css support for biome (#3370)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/configs/biome.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/lspconfig/configs/biome.lua b/lua/lspconfig/configs/biome.lua index 8cb47f9b..79f38ae9 100644 --- a/lua/lspconfig/configs/biome.lua +++ b/lua/lspconfig/configs/biome.lua @@ -11,6 +11,8 @@ return { 'typescript', 'typescript.tsx', 'typescriptreact', + 'graphql', + 'css', 'astro', 'svelte', 'vue', |
