Skip to content

Commit

Permalink
Add more syntax highlighting to web page (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
hejfelix authored and tindzk committed Nov 18, 2019
1 parent 73b6185 commit f4df8c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-toml.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-scala.min.js"></script>
</body>
</html>

0 comments on commit f4df8c3

Please sign in to comment.