syntaxhighlighter
SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript.
File Explorer
Download Latest Version (.zip)- banner.js.ejs
- brush-v3-compatibility-header.js
- bundle-register-brushes.js.ejs
- index.html.ejs
- brush-v3-loader.js
- bundle.js
- setup-project.js
- .gitignore
- .gitignore
- blogger_mode.js
- index.js
- strip_brs.js
- trim.js
- compatibility_layer_v3.js
- config.js
- core.js
- dasherize.js
- defaults.js
- dom.js
- highlighters.js
- html_script.js
- index.js
- utils.js
- .gitignore
- test_brush_v3.js
- index.html
- theme.scss
- html_test_brush_v3.js
- html_test_brush_v4.js
- test_brush_v3.js
- test_brush_v4.js
- test_brush_v4_es6.js
- commonjs.test.js
- compat.test.js
- no-compat.test.js
- base.js
- integration-compat.conf.js
- integration.conf.js
- smoke.conf.js
- commonjs.test.js
- dasherize.test.js
- mocha.opts
- smoke.test.js
- .gitignore
- .travis.yml
- gulpfile.babel.js
- MIT-LICENSE
- package.json
- README.md
- screenshot.png
π Installation Guide
1. Get the code
git clone https://github.com/syntaxhighlighter/syntaxhighlighter
Downloads the entire project code from GitHub to your computer.
cd syntaxhighlighter
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
