Zaven Muradyan
Zaven Muradyan
I am also seeing this issue in Chrome 35 running on Linux Mint 14 (based on Ubuntu 12.10).
When the code is inserted into the DOM, the highlighting library is supposed to convert tabs into spaces. I'll have to look, but I think what's happening is that SwiftCODE...
@scriptin Good point - I think that's the cleanest way to go about it. I'll add that to the implementation list.
Hi! Thanks for the bug report. I'll try to recreate this later today, and see if I can find a fix for it.
Seems like this is due to the `^` character being a "type hint". Unfortunately, `highlight.js` classifies this as a comment currently, so it's being stripped out of the typeable code....
Hello! Thank you for the bug report. I'll try experimenting with other keyboard layouts to see where the problem lies.
I agree with https://github.com/prettier/prettier/issues/5246#issuecomment-429479975, and just to add another style guide that discourages self-closing void elements, here's the reasoning from ember-template-lint: https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/self-closing-void-elements.md. Quote (emphasis mine): > HTML has no self-closing...
:+1: I just ran into this issue also (it wasn't difficult to figure out or fix, of course, but the point is still valid).
This seems to still be broken in 4.1.1, FYI.