-
-
Notifications
You must be signed in to change notification settings - Fork 487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
☂️ YAML support #2365
Comments
I'd like to work on this one. I'll probably prioritize the "readonly" operations (detecting problems) over formatting and autofixes, though (I'll implement more than one "validation" rule before jumping into the formatter). |
As mentioned in Discord; I could give it a try and help a tiny bit as I am new to Rust. Wouldn't necessarily assign me, but will try to help here and there. |
This page should provide some introduction on how to create a parser inside Biome: https://github.com/biomejs/biome/blob/main/crates/biome_parser/CONTRIBUTING.md |
Hey, I would like to try and work on this too as pointed out in discord! 😃 |
For reference, the "real time" discussion is happening here: https://discord.com/channels/1132231889290285117/1226946071196991569 |
I've opened a PR with a more comprehensive yaml grammar that should unblock creating a lexer: #3400 |
I also took a stab at a lexer in #3430 |
Description
Some members of our community expressed interest in developing YAML support inside Biome.
This umbrella issue is meant to track its progress and coordination among the members who want to help to see this coming to fruition.
Core tasks to implement:
Important
This feature won't be developed by core contributors, but it will be implemented by volunteers
Upvote & Fund
The text was updated successfully, but these errors were encountered: