-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: add Bicep support #3027
feat: add Bicep support #3027
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for making this PR @johnnyreilly!
I have a few questions and suggestions. Tests are failing because languages in components.json
aren't sorted alphabetically (you need to swap bicep
and birb
).
Tests should now be fixed I hope |
you're totally right Co-authored-by: Michael Schmidt <[email protected]>
Co-authored-by: Michael Schmidt <[email protected]>
Thank you for contributing @johnnyreilly! |
Thanks for the help with the regex! |
This PR adds basic support for the Bicep language.
#2816
Snapshots generated with
npm run test:languages -- --language=bicep --update