Set CSS of words enclosed in double quotes
问题 This is a follow up question to my question about Setting the CSS of code if it contains a reserved word. What I am trying to do : If some code has quotes or double quotes, I want to set the color of the font to red and bold. Ex. System.out.println( "Hello world" ); should set "Hello world" to red. What's wrong : Despite my best efforts, I can't seem to get my control statements to work properly (at least I think that's the issue). It sets the first double quote and beyond to red, but when I