These two resources are identical but get highlighted differently due to the space before colon: ``` pupppet notify { "Hello from ${hostname}": } ``` ``` pupppet notify { "Hello from ${hostname}" : } ``` Screenshot:  The first form is probably intended, but it doesn't highlight interpolated variables.
These two resources are identical but get highlighted differently due to the space before colon:
Screenshot:

The first form is probably intended, but it doesn't highlight interpolated variables.