atom / language-puppet

Puppet package for Atom
Other
36 stars 31 forks source link

Comment inside of a define isn't shown as comment #36

Closed Jinkxed closed 8 years ago

Jinkxed commented 8 years ago

Not sure how to fix this or I'd try.

class example (
  $somevariable = undef,
  #some comment
) { #stuff }

The some comment isn't shown as a comment.