Skip to content
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

Add support for Bicep language #1887

Open
SebastianClaesson opened this issue Nov 8, 2022 · 0 comments · May be fixed by #1937
Open

Add support for Bicep language #1887

SebastianClaesson opened this issue Nov 8, 2022 · 0 comments · May be fixed by #1937
Labels
lexer-request A request for a lexer to be developed.

Comments

@SebastianClaesson
Copy link

Bicep

Visual Studio Code extension: https://github.com/Azure/bicep/tree/main/src/vscode-bicep

Bicep is used within the Azure Cloud as the go-to language for Infrastructure-as-code.

Data types in Bicep: https://learn.microsoft.com/en-us/azure/azure-resource-manager/bicep/data-types

Implemented in Chroma:
https://github.com/alecthomas/chroma
https://github.com/alecthomas/chroma/blob/master/lexers/embedded/bicep.xml

@SebastianClaesson SebastianClaesson added the lexer-request A request for a lexer to be developed. label Nov 8, 2022
@xaviermignot xaviermignot linked a pull request Mar 26, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lexer-request A request for a lexer to be developed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant