<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r184000): Web Inspector: Multiline CSS in Styles Sidebar is marked as invalid"
   href="https://bugs.webkit.org/show_bug.cgi?id=146178#c18">Comment # 18</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r184000): Web Inspector: Multiline CSS in Styles Sidebar is marked as invalid"
   href="https://bugs.webkit.org/show_bug.cgi?id=146178">bug 146178</a>
              from <span class="vcard"><a class="email" href="mailto:timothy&#64;apple.com" title="Timothy Hatcher &lt;timothy&#64;apple.com&gt;"> <span class="fn">Timothy Hatcher</span></a>
</span></b>
        <pre>Comment on <span class=""><a href="attachment.cgi?id=255656&amp;action=diff" name="attach_255656" title="Fixed the issue">attachment 255656</a> <a href="attachment.cgi?id=255656&amp;action=edit" title="Fixed the issue">[details]</a></span>
Fixed the issue

View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=255656&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=255656&amp;action=review</a>

<span class="quote">&gt;&gt; Source/WebInspectorUI/UserInterface/Views/CodeMirrorFormatters.js:442
&gt;&gt; +        var regexp = /\b(keyword|atom|number)\b/;
&gt; 
&gt; This should be non-capturing. /\b(?:keyword|atom|number)\b/
&gt; 
&gt; Including number here makes be wonder if &quot;rgb(0, 0, 0)&quot; will turn into &quot;rgb( 0, 0, 0)&quot;.</span >

Might just need a check for lastContent === &quot;(&quot; &amp;&amp; !lastToken.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>