Skip to content

Commit 7be97bc

Browse files
committed
Recompile index.html with syntax highlight
1 parent 21e4ab3 commit 7be97bc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
55
<head>
66
<title>Common Lisp Brasil</title>
7-
<!-- 2018-02-12 seg 01:07 -->
7+
<!-- 2018-02-12 Mon 00:15 -->
88
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
99
<meta name="generator" content="Org-mode" />
1010
<meta name="author" content="Manoel Vilela, Lucas Vieira" />
@@ -206,8 +206,8 @@ <h3 id="sec-1-1"><span class="section-number-3">1.1</span> O que é Lisp?</h3>
206206

207207
<div class="org-src-container">
208208

209-
<pre class="src src-lisp">(operacao operando1 operand2)
210-
(+ 1 2) ;; =&gt; 3
209+
<pre class="src src-lisp"><span style="color: #51afef;">(</span>operacao operando1 operand2<span style="color: #51afef;">)</span>
210+
<span style="color: #51afef;">(</span>+ 1 2<span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">=&gt; 3</span>
211211
</pre>
212212
</div>
213213

@@ -243,12 +243,12 @@ <h3 id="sec-1-2"><span class="section-number-3">1.2</span> O que é Common Lisp?
243243

244244
<div class="org-src-container">
245245

246-
<pre class="src src-lisp">(defun hello-world () ;; definição de função
247-
(princ "Hello, Lispers!"))
246+
<pre class="src src-lisp"><span style="color: #51afef;">(</span><span style="color: #51afef;">defun</span> <span style="color: #c678dd;">hello-world</span> <span style="color: #c678dd;">()</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">defini&#231;&#227;o de fun&#231;&#227;o</span>
247+
<span style="color: #c678dd;">(</span>princ <span style="color: #98be65;">"Hello, Lispers!"</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span>
248248

249-
(hello-world) ;; chamada de função
249+
<span style="color: #51afef;">(</span>hello-world<span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">chamada de fun&#231;&#227;o</span>
250250

251-
;; resultado: Hello, Lispers!
251+
<span style="color: #5B6268;">;; </span><span style="color: #5B6268;">resultado: Hello, Lispers!</span>
252252
</pre>
253253
</div>
254254
</div>
@@ -538,7 +538,7 @@ <h2 class="footnotes">Footnotes: </h2>
538538
<div id="postamble" class="status">
539539
<p class="date">Date: <span class="timestamp-wrapper"><span class="timestamp">&lt;2018-02-10 Sat&gt;</span></span></p>
540540
<p class="author">Author: Manoel Vilela, Lucas Vieira</p>
541-
<p class="date">Created: 2018-02-12 seg 01:07</p>
541+
<p class="date">Created: 2018-02-12 Mon 00:15</p>
542542
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.3.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
543543
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
544544
</div>

0 commit comments

Comments
 (0)