How do I get the syntax highlighting to work correctly for nested elements? For
example, the following is not highlighted correctly:

@media screen
      {
        html, body
        {
          background-color: #D0FFD0;
          margin: 0 auto;
          width: 1200px;
          height: 100%;
          padding: 0;
          font-family: 'Trebuchet MS', sans-serif;
          color: #3060FF;
          font-size: 10pt;
        }
      }

Is there any way to get this to highlight correctly?

-- 
<http://forum.pspad.com/read.php?2,59542,59542>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem