Nested string interpolation
ivan-m opened this issue · 1 comments
ivan-m commented
This is valid Hashicorp (specifically Terraform) code:
tags = "${merge(var.default_tags, map("Name", "${var.default_name}"}"
However, hcl-mode
assumes that the entire string interpolation ends at the first }"
, and thus the trailing }"
at the end is treated as a generic string.
syohex commented
https://github.com/purcell/emacs-hcl-mode
Sorry for late reply. This package is no longer maintained. If you have an issue, please report above URL