Quote characters in HTML text blocks

Discuss syntax highlighting or submit new syntax files.
Post Reply
tchun47
Posts: 5
Joined: 09 Jun 2014 18:49

Quote characters in HTML text blocks

Post 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!
User avatar
Rickard Johansson
Site Admin
Posts: 6575
Joined: 19 Jul 2006 14:29

Re: Quote characters in HTML text blocks

Post 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.
tchun47
Posts: 5
Joined: 09 Jun 2014 18:49

Re: Quote characters in HTML text blocks

Post 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!
Post Reply