rouge-ruby / rouge

A pure Ruby code highlighter that is compatible with Pygments
https://rouge.jneen.net/
Other
3.31k stars 732 forks source link

Add support for Bicep language #1887

Open SebastianClaesson opened 1 year ago

SebastianClaesson commented 1 year ago

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