Skip to content

Commit d6a688d

Browse files
authored
Merge pull request #454 from kiendang/fix-syntax-highlighting
Fix syntax highlighting
2 parents b793225 + 4a0dac2 commit d6a688d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ sass:
1414

1515
permalink: pretty
1616

17+
highlighter: none
18+
1719
# Serving, url
1820
# ---------------------------------------------------------------
1921
baseurl: "/typelevel.github.com"

_includes/_js-bottom.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<script type="text/javascript" src="{{ '/js/functions.js' | relative_url }}"></script>
22
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>
3+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/languages/scala.min.js"></script>
34
<script>hljs.highlightAll();</script>
45
<script src="https://kit.fontawesome.com/a7055d991d.js" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)