summaryrefslogtreecommitdiffstats
path: root/src/js/vendor/highlight.js
Commit message (Collapse)AuthorAgeFilesLines
* enable the Swift language highlight in code blocksRoman Shamritskiy2018-12-281-0/+1
|
* Add clojure to highlight.js languagesDominic Monroe2018-10-131-0/+1
|
* Enable Kotlin and Scala language support in highlight.js configThomas Girard2018-03-151-0/+2
|
* Enable nix language support in highlight.js configPierre Radermecker2018-03-141-0/+1
|
* enable haskell language support in highlight.js configDan Allen2018-03-141-0/+1
|
* update eslint rules and format JavaScriptDan Allen2017-10-121-1/+1
| | | | | | - set maximum line length to 120 - don't require a space immediately after the line comment character or inside a block comment - format JavaScript
* integrate highlight.js as vendor scriptDan Allen2017-10-111-0/+27
- add highlight.js as dependency - add script to require highlight.js and register languages - add footer scripts partial - link to compiled highlight.js script