Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2018 | - | ||||
build/ | H | 03-May-2018 | - | 201 | 161 | |
demos/ | H | 03-May-2018 | - | 2,234 | 1,848 | |
pkg/ | H | 03-May-2018 | - | 6,510 | 4,107 | |
src/ | H | 03-May-2018 | - | 4,351 | 3,045 | |
tests/ | H | 03-May-2018 | - | 1,647 | 1,372 | |
.bowerrc | H A D | 09-Feb-2018 | 33 | 3 | 3 | |
GPL-LICENSE | H A D | 09-Feb-2018 | 14.7 KiB | 280 | 236 | |
Gruntfile.coffee | H A D | 09-Feb-2018 | 97 | 5 | 3 | |
MIT-LICENSE | H A D | 09-Feb-2018 | 1 KiB | 21 | 17 | |
README.md | H A D | 09-Feb-2018 | 1 KiB | 24 | 15 | |
bower.json | H A D | 09-Feb-2018 | 583 | 31 | 30 | |
npm-shrinkwrap.json | H A D | 09-Feb-2018 | 30.8 KiB | 1,107 | 1,106 | |
package.json | H A D | 09-Feb-2018 | 681 | 33 | 32 |
README.md
1# SyntaxHighlighter [![Gittip](http://img.shields.io/gittip/alexgorbatchev.png)](https://www.gittip.com/alexgorbatchev/) 2 3SyntaxHighlighter is THE client side highlighter for the web and apps! It's been around since 42004 and it's used virtually everywhere to seamlessly highlight code for presentation. 5 6The latest doc is currently located at [alexgorbatchev.com/SyntaxHighlighter](http://alexgorbatchev.com/SyntaxHighlighter/) 7 8# Building 9 101. Have node.js v0.10 or higher 111. From the source folder run `npm install` 121. Then `./node_modules/.bin/bower install` to download dependencies 131. Then `./node_modules/.bin/grunt build` to build 141. Look in the `pkg` folder for results! 15 16# Testing 17 18Testing is something that is still inherited from ages ago and is currently using QUnit. To test the project, it's a two step process: 19 201. Start HTTP server `./node_modules/.bin/grunt test` 211. Open browser on `http://localhost:3000` and go from there 22 23# Please see the [dev](https://github.com/alexgorbatchev/SyntaxHighlighter/tree/dev) branch 24