Skip to content

Commit e6984eb

Browse files
committed
Upgrade highlight.js and enable new languages.
The bundle contains: CSS, Diff, HTML/XML, JSON, JavaScript, Less, Plain text, Scala, SCSS, Shell Session, TypeScript.
1 parent 86d7e78 commit e6984eb

File tree

6 files changed

+678
-155
lines changed

6 files changed

+678
-155
lines changed

_assets/css/bundle.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
//= require highlight
33
//= require font-awesome.min
44
//= require style
5+
//= require highlight-custom

_assets/css/highlight-custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
code.hljs {
2+
background: none;
3+
}

_assets/css/highlight.css

Lines changed: 1 addition & 152 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_assets/js/bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require clipboard.min
22
//= require jquery.min
33
//= require bootstrap.min
4-
//= require highlight.pack
4+
//= require highlight.min
55
//= require lunr
66
//= require highcharts
77
//= require custom

0 commit comments

Comments
 (0)