<div dir="ltr">Ouch, I just noticed what my "Syntax::" changes did to the table of contents.  Not pretty!  Here's an updated patch that only adds ".. code-block:: llvm" wherever it seemed reasonable.<div>
<br></div><div><br><br><div class="gmail_quote">---------- Forwarded message ----------<br>From: <b class="gmail_sendername">Mikael Lyngvig</b> <span dir="ltr"><<a href="mailto:mikael@lyngvig.org">mikael@lyngvig.org</a>></span><br>
Date: 2013/11/25<br>Subject: [PATHC] [DOCS] LangRef: Insert numerous .. code-block:: llvm to colorize examples<br>To: LLVM-commits <<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a>><br><br><br>
<div dir="ltr">Please ignore this commit if the existing "::" blocks (which makes Sphinx not colorize the examples) are intentional.  <div><br></div><div>I've gone through and changed a number of cases like this:<div>

<br></div><div>::</div><div><br></div><div>   [llvm snippet]</div><div><br></div><div>into:</div><div><br></div><div>.. code-block:: llvm</div><div><br></div><div>   [llvm snippet]</div><div><br></div><div>Also, I changed three occurences of:</div>

<div><br></div><div>   Syntax::</div><div><br></div><div>into:</div><div><br></div><div>   Syntax:</div><div>   ^^^^^^^^</div><div><br></div><div>So that the document becomes more consistent in its use of sections for syntax examples.</div>

<div><br></div><div>The net effect is that the document becomes more "vivid" or "lively" to read in its HTML form.</div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div><div>-- Mikael</div>
<div><br></div><div><br></div></font></span></div>
</div>
</div><br></div></div>