atom / language-puppet

Puppet package for Atom
Other
36 stars 31 forks source link

String interpolation expression highlight #43

Open Hufschmidt opened 8 years ago

Hufschmidt commented 8 years ago

According to the puppet documentation any kind of expression can be used inside a string interpolation.

However accessing an array breaks highlighting, see here.

alexjurkiewicz commented 8 years ago

This is partially fixed by #44. The second case should work (you can write it as ${world[world]}), but the third will still be broken.