Skip to content

Commit

Permalink
feat(biome): add css as filetype (#3196)
Browse files Browse the repository at this point in the history
The latest biome release added support for css files:
https://github.com/biomejs/biome/releases/tag/cli%2Fv1.8.0
  • Loading branch information
chrisgrieser authored Jun 6, 2024
1 parent d1ab6b6 commit 5580f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lspconfig/server_configurations/biome.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ return {
'astro',
'svelte',
'vue',
'css',
},
root_dir = util.root_pattern('biome.json', 'biome.jsonc'),
single_file_support = false,
Expand Down

0 comments on commit 5580f70

Please sign in to comment.