Skip to content

Commit 5580f70

Browse files
authored
feat(biome): add css as filetype (#3196)
The latest biome release added support for css files: https://github.com/biomejs/biome/releases/tag/cli%2Fv1.8.0
1 parent d1ab6b6 commit 5580f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/lspconfig/server_configurations/biome.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ return {
1414
'astro',
1515
'svelte',
1616
'vue',
17+
'css',
1718
},
1819
root_dir = util.root_pattern('biome.json', 'biome.jsonc'),
1920
single_file_support = false,

0 commit comments

Comments
 (0)