Hi<br><br><div class="gmail_quote">2010/2/3 kap4lin <span dir="ltr">&lt;<a href="mailto:kap4lin@gmail.com">kap4lin@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Wed, Feb 3, 2010 at 9:42 AM, Stefan Löffler &lt;<a href="mailto:st.loeffler@gmail.com">st.loeffler@gmail.com</a>&gt; wrote:<br>
&gt; Am 2010-02-03 14:19, schrieb Herbert Schulz:<br>
&gt;&gt; For curiosities sake... what happens if you use $$...$$ for displayed math equations? I see this quite a bit even with LaTeX.<br>
&gt;&gt;<br>
&gt;<br>
&gt; With &quot;\$[^\$]+\$&quot;, I&#39;d assume that everything between an including the<br>
&gt; inner $ signs would be colored, but not the outer $ signs. But you could<br>
&gt; easily adjust the regexp to work for both cases by simply saying<br>
&gt; &quot;\$+[^\$]+\$+&quot; (which will actually match one or arbitrarly more $ signs).<br>
<br>
</div>So in $e=mc^2$ is it possible to have &quot;e=mc^2&quot; in limegreen but the<br>
left and right &quot;$&quot;s in red?<br></blockquote><div><br>No, not at the moment. It may be possible to have &quot;$e=mc^2&quot; in limegreen, though (using lookahead assertions). This could be enabled by implementing the &quot;highlight only the first captured group&quot; idea I mentioned earlier.<br>
<br>My approach was just to consistently highlight &quot;$$e=mc^2$$&quot;, i.e. highlight the complete expression, not just the inner &quot;$e=mc^2$&quot; (in fact, my latest regexp would also highlight the complete expression &quot;$$$$$e=mc^2$$$$$&quot;, though this probably is nothing you&#39;d actually write ;)).<br>
 </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
</blockquote></div>Regards,<br>Stefan<br>