rodjek / vim-puppet

Puppet niceties for your Vim setup
Apache License 2.0
501 stars 137 forks source link

Highlight the asterisk as any other parameter. #102

Closed GerbenWelter closed 5 years ago

GerbenWelter commented 5 years ago

It always seems inconsistent to me not to highlight the asterisk in the following code:

resource { 'name':
*     => $hash_of_parameters,
other => 'value',
}

This PR highlights the asterisk in the same way as the other parameter names.