Commit 48535016fcc0297c50454e8980f6d3a16bee5eca

Andreas Rohner 2014-08-11T07:59:09

Add HTTP, Coffeescript and Java to example.html If those languages are not included `examples.html` has a lot of code, that is not highlighted at all.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/examples.html b/examples.html
index 2afd079..7872235 100644
--- a/examples.html
+++ b/examples.html
@@ -440,6 +440,9 @@ X-Response-Time: 10ms
 <footer data-src="templates/footer.html" data-type="text/html"></footer>
 
 <script src="prism.js"></script>
+<script src="components/prism-java.js"></script>
+<script src="components/prism-http.js"></script>
+<script src="components/prism-coffeescript.js"></script>
 <script src="utopia.js"></script>
 <script src="components.js"></script>
 <script src="code.js"></script>