atom / language-puppet

Puppet package for Atom
Other
36 stars 31 forks source link

Block comments doesn't ignore quotes. #46

Closed Jinkxed closed 7 years ago

Jinkxed commented 8 years ago

Example:

/**
someclass { 'somename':
    path     =>    '/etc/somepath/**/*/somefile.log',
}
**/

The darkening of the comment breaks on the /**/* part of the path.

50Wliu commented 8 years ago

As far as I can see, this is because you're actually ending the comment there with the **/. Are Puppet comments aware of quotes?

lee-dohm commented 7 years ago

Thank you for reaching out!

We haven't gotten a response to our questions in our comment https://github.com/atom/language-puppet/issues/46#issuecomment-243560804. With only the information that is currently in the issue, we don't have enough information to take action. I'm going to close this but don't hesitate to reach out if you have or find the answers we need, we'll be happy to reopen the issue.