syntax icon indicating copy to clipboard operation
syntax copied to clipboard

Wrong highlighting after `==` and a template expression

Open dbanck opened this issue 1 year ago • 0 comments

This only affects the HCL grammar and didn't make it's way into the Terraform grammar yet.

Example

assert {
  condition     = aws_s3_bucket == "${run}-aws-s3-website-test"
  error_message = "Invalid bucket name"
}

CleanShot 2024-07-31 at 11 39 14@2x

Expected

CleanShot 2024-07-31 at 11 40 40@2x

dbanck avatar Jul 31 '24 09:07 dbanck