added new highlight js

This commit is contained in:
Walker Waylon Scott 2017-07-23 13:41:35 -05:00
parent 3ca00dbac8
commit a2cc24dff7
13 changed files with 495 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<pre><code>(function () {
"use strict";
console.log('Hello World!');
}();</code></pre>