• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2018-

build/H03-May-2018-201161

demos/H03-May-2018-2,2341,848

pkg/H03-May-2018-6,5104,107

src/H03-May-2018-4,3513,045

tests/H03-May-2018-1,6471,372

.bowerrcH A D09-Feb-201833 33

GPL-LICENSEH A D09-Feb-201814.7 KiB280236

Gruntfile.coffeeH A D09-Feb-201897 53

MIT-LICENSEH A D09-Feb-20181 KiB2117

README.mdH A D09-Feb-20181 KiB2415

bower.jsonH A D09-Feb-2018583 3130

npm-shrinkwrap.jsonH A D09-Feb-201830.8 KiB1,1071,106

package.jsonH A D09-Feb-2018681 3332

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