rjsx-mode
rjsx-mode copied to clipboard
Uncommenting line with url removes // from url
When I uncomment a line like // http://example.com
I am left with http:example.com
. The expected output would be http://example.com
. This does not happen when I use js2-jsx-mode. It is simple to reproduce inside a scratch buffer with rjsx-mode enabled.
I've noticed this too. It'd be great to have single-line comments (// etc. etc.
) work smoothly.
I was just about to create an issue for this. I'm working with Xpath expressions and this bug is causing me some trouble.