Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dot in a string breaks the highlighting in Terraform #988

Open
1 task done
nikpivkin opened this issue Aug 5, 2024 · 0 comments
Open
1 task done

Dot in a string breaks the highlighting in Terraform #988

nikpivkin opened this issue Aug 5, 2024 · 0 comments
Labels

Comments

@nikpivkin
Copy link

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

@nikpivkin nikpivkin added the bug label Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant