Add a Lexer for Bicep language#1937
Conversation
|
@tancnle Any chance you could review this and consider it for the next release? This is a gap for my site right now 😞 |
|
Hello @tancnle, sorry for tagging you like this but this PR has been opened a while ago and is still waiting for review... Many thanks in advance, and as I said I'm open to feedback so don't hesitate if some change is required from my side ! |
de97ef7 to
1c0ed65
Compare
|
@xaviermignot Apology for the late response. Could you please rebase the MR to re-run the CI jobs? 🙏🏼 |
57ac19e to
1686821
Compare
|
@tancnle MR has been rebased, CI workflow is waiting for an approval to start ;) |
Add new functions, keywords and operators
1686821 to
f2bcfb5
Compare
|
Found and fixed the whitespace error returned by the linter and added some functions added by the Bicep team in the meantime. |
Co-authored-by: Tan Le <numbat@fastmail.com>
849fb98 to
5363ad3
Compare
Add support for Bicep (Azure DSL language).
This is my first Lexer, and as I'm not a Ruby developer I am very open to feedback, I'll be happy to make the requested changes.
I have tried to follow the guidelines from the docs, but feel free to reach out if there is any broken rule (or any question).
Resolves #1887 (I hope 🤞)