cmur2 / language-terraform

Terraform.io support for Atom
MIT License
49 stars 32 forks source link

Syntax coloring breaks on second set of curly-braces #16

Closed GeertJohan closed 8 years ago

GeertJohan commented 8 years ago

Given this line:

template = "${file("${path.module}/my-file-name")}"

The syntax coloring breaks. If I remove ${path.module} it works fine.

tranberg commented 8 years ago

Is this still an issue? I can't reproduce it.

GiantToast commented 8 years ago

I also tried it out and can no longer reproduce. Closing issue.