atom / language-puppet

Puppet package for Atom
Other
36 stars 31 forks source link

Hash vars incorrectly highlighted in doube-quoted strings #59

Open michalmiddleton opened 6 years ago

michalmiddleton commented 6 years ago

Hash variables are being incorrectly highlighted when in double quoted strings. They are displayed as a regular text...

Eg. (in puppet resource attributes):

path    => "/path/${files['some']}",

As well as resource titles:

    file { "/path/${config['file']}":
        ensure    => present,
    }

Plugin version: 0.23.0