...

Text file src/github.com/alecthomas/chroma/lexers/testdata/bicep/bicep-comments.actual

Documentation: github.com/alecthomas/chroma/lexers/testdata/bicep

     1// This is your primary NIC.
     2resource nic1 'Microsoft.Network/networkInterfaces@2020-06-01' = {
     3}
     4
     5/*
     6  This Bicep file assumes the key vault already exists and
     7  is in same subscription and resource group as the deployment.
     8*/
     9param existingKeyVaultName string

View as plain text