HarlemSquirrel / language-haml

Haml language grammar for GitHub's Atom IDE
MIT License
33 stars 24 forks source link

Issue with rubocop linter #58

Closed jonesmac closed 7 years ago

jonesmac commented 8 years ago

Please see here - https://github.com/AtomLinter/linter-rubocop/issues/145#issuecomment-235737672

In haml files that use String Interpolation '#{}', it seems to be using an incorrect scope.

ezekg commented 8 years ago

I will check this out later this week. In the meantime, pull requests are always welcome!

ezekg commented 7 years ago

Hey, I'd love to get some help here. I've tried modifying the scopes, but it breaks the Ruby syntax highlighting for some reason. I'll try to dig in more when I have time, but I'm pretty busy atm.

ezekg commented 7 years ago

I believe this is now resolved with #60. Let me know if it is still an issue.