atom / language-puppet

Puppet package for Atom
Other
36 stars 31 forks source link

add support for puppet heredoc #58

Closed ajpaul25 closed 6 years ago

ajpaul25 commented 6 years ago

Heredoc support in atom/language-puppet does not currently existent. This change adds basic support for puppet heredocs including highlighting for interpolated variables. See puppet heredoc documentation.

ajpaul25 commented 6 years ago

I just realized that there is an existing pull request for the same feature. I'll check it out and see if I should cancel this pull request.

ajpaul25 commented 6 years ago

Closing this pull request as it would conflict with the more robust pull request #51

50Wliu commented 6 years ago

Hey @ajpaul25, thanks for wanting to help out! If you have time, can I please ask you to take a look at #51 and see if it looks ready to merge? I'm not familiar with Puppet so I'd appreciate some extra :eyes: on it.

ajpaul25 commented 6 years ago

Will do.