Closed pmsaue0 closed 8 years ago
Thanks for the report. Even though the way it is now is like you said, the 'correct' way (and the way the default HTML syntax highlighting handles it), I understand wanting to have syntax highlighting for those big conditional blocks. Check out the newest version (0.23.14
) for the patch. Let me know if that fixes the issue for you. :+1:
This does fix this case for me. Thanks! :muscle:
No problem! 👍
In our app we use some conditional
html
tags for versions of IE. In the23.4
version of this plugin I was able to successfully see all correct syntax highlighting, but in the latest version, and at least23.9
, I see everything that's indented in the IE conditional comment as being read bylanguage-haml
as a comment.This makes sense, and is "correct" as the body of the code is technically within the comment, but I don't want that behavior. Perhaps there is a way to ignore these type of IE comments? I will paste screenshots.
Thank you! :)