HarlemSquirrel / language-haml

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

Syntax highlight not working on block comments #52

Closed kemelzaidan closed 8 years ago

kemelzaidan commented 8 years ago

Syntax highlight is not showing block comments as comments. It happens either on html and haml comments. Eg on a haml comment:

-#
    .phones
      %ul
        - unless @professional.phone.blank?
          %li= format_phone @professional.phone
        - unless @professional.phone2.blank?
          %li= format_phone @professional.phone2

The hole block above should be shown as a comment.

ezekg commented 8 years ago

Nice catch. Should be fixed in 0.23.8.

ezekg commented 8 years ago

Reverted those changes, actually. This will need a bit more work to fully support. I'll keep you posted.

ezekg commented 8 years ago

Okay, I think this is working now. Let me know if you find any issues.