wisp
 
(Arne Babenhauserheide)
2014-12-23: highlighting.

highlighting.

diff --git a/docs/srfi-from-template.html b/docs/srfi-from-template.html
--- a/docs/srfi-from-template.html
+++ b/docs/srfi-from-template.html
@@ -287,8 +287,6 @@ Since an example speaks more than a hund
 <pre><i>display</i> "Hello World!"              ;    (<i>display</i> "Hello World!")
 </pre>
 
-<!--TODO: add syntax highlighting.-->
-
 
 
 <h4>Sibling line</h4>
@@ -299,11 +297,13 @@ Since an example speaks more than a hund
 
 
 
-<pre>display                             ;    (display
-  string-append "Hello " "World!"   ;      (string-append "Hello " "World!"))
+<pre><i>display</i>                             ;    (<i>display</i>
+  <i>string-append</i> "Hello " "World!"   ;      (<i>string-append</i> "Hello " "World!"))
 </pre>
 
 
+<!--TODO: add syntax highlighting.-->
+