biomejs / biome-zed

Biome extension for Zed
https://biomejs.dev
MIT License
127 stars 4 forks source link

Fix nesting of `language_ids` #3

Closed maxdeviant closed 5 months ago

maxdeviant commented 5 months ago

This PR fixes the nesting of the language_ids field so it is underneath the biome language server entry.

The current top-level language_ids is not valid according to the extension manifest schema: https://github.com/zed-industries/zed/blob/b6857ca469293112a89784817fba0685b1553892/crates/extension/src/extension_manifest.rs#L107-L108

luckydye commented 5 months ago

Oh thank you. I just caught it too :) I will merge this though.