HarlemSquirrel / language-haml

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

Fix for: incorrect single-line ruby-haml comments. #41

Closed pirminis closed 9 years ago

pirminis commented 9 years ago

I have no idea what I am doing, but at least it fixes the problem with ruby-haml single-line comments (#37).

ezekg commented 9 years ago

Should be fixed in latest version.

jonesmac commented 8 years ago

I am still having this issue in 0.23.8

application_html_haml_-__users_jonesmac82_sites_dxy_commuteair_commuteair_rails_-_atom
ezekg commented 8 years ago

@jonesmac I made a small update in latest (0.23.10). Does that fix the issue?

jonesmac commented 8 years ago

@ezekg doesn't look like it. :( Let me know if you want more information. I'm on 0.23.10

application_html_haml_-__users_jonesmac82_sites_dxy_commuteair_commuteair_rails_-_atom
ezekg commented 8 years ago

I reverted the last update to support multiline comments (https://github.com/ezekg/language-haml/issues/52), as I found a few more issues. Sorry about that. Update to latest for the fix.

ezekg commented 8 years ago

@jonesmac I think everything should be fixed up now. Can you test out the newest version (v0.23.12)?

jonesmac commented 8 years ago

@ezekg that seems to have done it! Thanks.

ezekg commented 8 years ago

@jonesmac, great. Thanks for the report!