Skip to content

Dot in a string breaks the highlighting in Terraform #988

@nikpivkin

Description

@nikpivkin

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

Input:

resource "aws_s3_bucket" "this" {
  bucket = "my-tf-test-bucket"

  website {
    index_document = "index.html"
    error_document = "error.html"
  }
}

Output:
image

To Reproduce

Link to Playground

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions