Closed anthony-c-martin closed 2 years ago
Bicep version 0.3.255
In this example, /*comment*/ is not being colorized:
/*comment*/
The code:
resource test 'Microsoft.AAD/domainServices@2021-03-01' = { name/*comment*/:'test' }
This is fixed in Bicep v0.4.1008.
Bicep version 0.3.255
In this example,
/*comment*/
is not being colorized:The code: