Page 1 of 1

Quote characters in HTML text blocks

Posted: 10 Jun 2014 20:26
by tchun47
When I use either ' or " characters in a <p> block, the syntax highlighter gets confused and I get:
<p>This is a "text" block.</p>
<p>
I'm happy that this is my text.</p>
<p>but I can'
t figure out the colors.</p>
but I would like all of the text between <p> and </p> to be uniform, like:
<p>This is a "text" block.</p>
<p>
I'm happy that this is my text.</p>
<p>
but I can't figure out the colors.</p>
Is there some setting that I am missing to prevent this from happening?

Thanks!

Re: Quote characters in HTML text blocks

Posted: 11 Jun 2014 09:36
by Rickard Johansson
Are you creating your own highlighter? If so, could you post it?

If you're not creating your own highlighter, is it a plain HTML file? I can't reproduce your issue using the few lines you've posted.

Re: Quote characters in HTML text blocks

Posted: 12 Jun 2014 05:31
by tchun47
I reinstalled a clean copy of RJ TextEd which took care of the problem. So I am not sure what I did to that first copy. To be honest, I was trying to learn the syntax highlighter system by trial and error. Obviously, that was in error. :D

Thanks!