Azure / bicep

Bicep is a declarative language for describing and deploying Azure resources
MIT License
3.24k stars 748 forks source link

VSCode syntax highlighting not working on block comment after object key #2274

Closed anthony-c-martin closed 2 years ago

anthony-c-martin commented 3 years ago

Bicep version 0.3.255

In this example, /*comment*/ is not being colorized: image

The code:

resource test 'Microsoft.AAD/domainServices@2021-03-01' = {
  name/*comment*/:'test'
}
anthony-c-martin commented 2 years ago

This is fixed in Bicep v0.4.1008.