Open Fuco1 opened 1 year ago
(copied from terraform-mode https://github.com/emacsorphanage/terraform-mode/issues/9)
Satements such as
resource "aws_iam_role_policy" "ecs_service_role_policy" { policy = "${file("${path.module}/policies/ecs-service-role-policy.json")}" }
breaks the syntax highlighting. It is valid HSL statements. I find the not escaping double quotes in double quotes quite strange, but to my understanding that's how it is intended.
(copied from terraform-mode https://github.com/emacsorphanage/terraform-mode/issues/9)
Satements such as
breaks the syntax highlighting. It is valid HSL statements. I find the not escaping double quotes in double quotes quite strange, but to my understanding that's how it is intended.