cmur2 / language-terraform

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

Recognize local variables in expressions #38

Closed cmur2 closed 6 years ago

cmur2 commented 6 years ago

This is a more recent Terraform feature currently not highlighted by this grammer but I would like to see ${local.foo} handled the same like ${var.foo}.

cmur2 commented 6 years ago

Close in favor of #32 which does that and more.