atom / language-puppet

Puppet package for Atom
Other
36 stars 31 forks source link

Keywords as resources parameters highlighted wrong #42

Closed alexjurkiewicz closed 5 years ago

alexjurkiewicz commented 8 years ago
exec {'ls':
  command => 'test',
  provider => 'shell',
  unless => 'foo',
}

The 'unless' is highlighted wrong (as a keyword, rather than as a parameter). I noticed this after #40 was merged but it's not caused by that PR.