cmur2 / language-terraform

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

doesn't handle 'heredoc' style strings #19

Closed MattFenner closed 8 years ago

MattFenner commented 8 years ago

doesn't handle termination of heredoc comments correctly

image

GiantToast commented 8 years ago

According to the documentation, the terminating marker cannot be indented. https://www.terraform.io/docs/configuration/syntax.html

GiantToast commented 8 years ago

Going to go ahead and close this.

MattFenner commented 8 years ago

it was working ok. wouldnt it just put an extra line with an indent into your string? @GiantToast