16 Free Javascript Code Syntax Highlighters For Better Programming
If you are programmer or actually if you at least have some basic coding skills, you’ll find this article useful. For example just look at this page source – without highlighting that whole code is just a bunch of plain black text and it is really hard to find specific things if everything looks the same. Thankfully there are many highlighting scripts available, for example Notepad++ also supports and highlights different code snippets. These code syntax highlighters actually are doing mainly the same thing, but with more options, big coding language support, better integration – really in our days you just need to choose one – there are too many tools available anyway.
Use these syntax highlighters in daily coding or just in cases where you are sharing code with friends, want to add that code in your blog post (by the way there is SyntaxHighlighter WordPress plugin available too) or just want to rapidly read and maintain it – use online syntax highlighters in that case and pick your favorite one from this article!
1. SyntaxHighlighter
I definitely think this syntax highlighter tool should be your choice – this tool is supported very well and offers many options, extensions and integrations with other programs and platforms, but however I want to offer you other tools too to choose from.
SyntaxHighlighter is here to help a developer/coder to post code snippets online with ease and have it look pretty. It’s 100% Java Script based and it doesn’t care what you have on your server.
The idea behind SyntaxHighlighter is to allow insertion of colored code snippets on a web page without relying on any server side scripts. SyntaxHighlighter isn’t for those looking for ability to edit highlighted code.
Extensions & Integration – check out this page too, because you can find there WordPress extensions, Ruby on Rail plugins and much more integration extensions, should be handy!
2. GeSHi – Generic Syntax Highlighter
GeSHi supports PHP5 and Windows, and has even been used to highlight code on ASP pages, it really supports and highlights almost every coding language, you should check out his website to read more – very powerful tool!
GeSHi aims to be a simple but powerful highlighting class, with the following goals:
-
Support for a wide range of popular languages
-
Easy to add a new language for highlighting
-
Highly customizable output formats
3. Quick Highlighter
Doesn’t get any easier than this to create a web page from your source code. This online highlighter tool offers many coding languages you can choose to highlight together with several options, you can check/uncheck before highlighting code:
- Combine Style and HTML Code
- Highlight inbuilt keywords, data types etc.
- Strict Mode
- Wrap overflowing text
4. Google Code Prettify
A Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page.
The comments in prettify.js are authoritative but the lexer should work on a number of languages including C and friends, Java, Python, Bash, SQL, HTML, XML, CSS, Javascript, and Makefiles. It works passably on Ruby, PHP, VB, and Awk and a decent subset of Perl and Ruby, but, because of commenting conventions, doesn’t work on Smalltalk, or CAML-like languages.
Features:
- Works on HTML pages
- Works even if code contains embedded links, line numbers, etc.
- Simple API : include some JS&CSS and add an onload handler.
- Lightweights : small download and does not block page from loading while running.
- Customizable styles via CSS.
- Supports all C-like, Bash-like, and XML-like languages. No need to specify the language
- Extensible language handlers for other languages. You can specify the language.
- Widely used with good cross-browser support.
5. Pygments – Python Syntax Highlighter
Pygments is a generic syntax highlighter for general use in all kinds of software such as forum systems, wikis or other applications that need to prettify source code.
Pygments supports an ever-growing range of languages, you can check full list supported language listing here
6. Highlight.JS Syntax Highlighter
Highlight.js highlights syntax in code examples on blogs, forums and in fact on any web pages. It’s very easy to use because it works automatically: finds blocks of code, detects a language, highlights it.
This program supports following languages – 1C, AVR Assembler, Apache, Axapta, Bash, C#, C++, CSS, DOS .bat, Delphi, Django, HTML, XML, Ini, Java, Javascript, Lisp, MEL (Maya Embedded Language), PHP, Perl, Python, Python profile, RenderMan (RIB, RSL), Ruby, SQL, Smalltalk, VBScript, diff.
7. Lighter.js – Syntax Highlighter written in MooTools
There isn’t available actual demo page just download link, but it is very easy to use this highlighter as all others by the way.
8. SHJS – Syntax Highlighting in JavaScript
SHJS is a JavaScript program which highlights source code passages in HTML documents. Documents using SHJS are highlighted on the client side by the web browser.
SHJS Support many languages too – Bison, CC++, C#, ChangeLog, CSS, Desktop files, DiffFlex, GLSL, Haxe, HTML, Java, Java properties files,JavaScript, JavaScript with DOM, LaTeX. LDAP files, Log files, LSM (Linux Software Map) files, M4, Makefile, Objective Caml, Oracle SQL, Pascal, Perl, PHP,Prolog, Python, RPM spec files, Ruby, S-Lang, Scala, Shell, SQLSt, andard ML, Tcl, XML, Xorg configuration files.
9. CodePress – Online Real Time Syntax Highlighting Editor
CodePress is web-based source code editor with syntax highlighting written in JavaScript that colors text in real time while it’s being typed in the browser.
This editor offers several features like real-time syntax highlighting, code snippets, auto completion and multiple windows. Check out their website to see online demo version.
Demo page and download links are on the same first page.
10. Chili 2.2 jQuery code highlighter plugin
Chili is the jQuery code highlighter plugin which is very fast highlighting, trivial setup, fully customizable, thoroughly documented and MIT licensed.
Plugin supports several languages like C++, C#, CSS, Delphi, Java, JavaScript, LotusScript, MySQL, PHP, and XHTML and has many configuration options giving you very good control over code appearance.
Check out demo examples and install
11. Highlight – Code & Syntax highlighting by Andre Simon
Highlight converts source code to formatted text with syntax highlighting:
-
Colorized output in HTML, XHTML, RTF, TeX, LaTeX, SVG, BBCode and XML format
-
Supports 140+ programming languages
-
Includes 40 colour themes
-
Platform independent
12. BeautyOfCode: jQuery Plugin for Syntax Highlighting
BeautyOfCode is using Syntaxhighlighter as a base, but this plugin enables xhtml compliant syntax in beautiful way.
13. JUSH – JavaScript Syntax Highlighter
JavaScript Syntax Highlighter can be used for client-side syntax highlighting of following languages: html, css, javascript, php, mysql, SQLlite, Apache, PostgreSQL.
Features:
-
Highlights languages embedded into each other
-
Links to documentation of all languages
-
Colors can be easily modified via CSS
-
Recognizes complete PHP syntax including __halt_compiler, heredoc, backticks, {$} variables inside strings, namespaces
-
Works in all major browsers including Internet Explorer, Firefox, Opera
14. Ultraviolet – Syntax Highlighting Engine
Ultraviolet is a syntax highlighting engine based on Textpow – you must install it to use Ultraviolet first. Since it uses Textmatesyntax files, it offers out of the box syntax highlighting for more than 50 languages and 20 themes. Ultraviolet is at the same time a stand-alone command line utility and a Rubylibrary.

15. DlHighlight – JavaScript Syntax Highlighting Engine
This project is an extensive JavaScript-based syntax highlighting engine, check also why you should choose this engine instead of others.
Download and demo links are all in the same page.
16. Syntax highlighter for JavaScript
This online tool will syntax highlight JavaScript 1.2. code. The highlighting is based on patterns, it will not test for valid JavaScript. Put your code into the box, and tell it to syntax highlight. It may take a little while to highlight large amounts of code, be patient and let it finish.
The output format is HTML – designed so that you can create a Web page displaying your code. I enjoyed how this tool really displays code in very clean way!
Of course there are also many programs with already built in syntax highlighting support, but these online versions and JS scripts offer bigger control over highlighting and flexibility.
Did you enjoy this article and found it useful?
Get even more from us:





















JorgeM
Posted 33 days ago 25Thanks for the post. I am going to look into #1 and #6. I have pages on my site that have code so this will come in handy!!!
Berbagi Kreativitas
Posted 49 days ago 24I like Syntax highlighters! Thanks for the info
Site Status
Posted 130 days ago 23Thanks. It is very userfull :D
Dean
Posted 146 days ago 22Anyone know which of these will play nice with velocity?
Balmiki Kumar
Posted 191 days ago 21this is very useful site,……………
thanks for sharing!……….
Benjamin "balupton" Lupton
Posted 578 days ago 20jQuery Syntax Highlighter is a new one based on version 3 of Alex Gorbatchev’s Syntax Highlighter – a really really really popular plain javascript syntax highlighter.
It supports such things as `code` and `pre` blocks, able to use classnames like `language-javascript` to indicate which language we would like to highlight, as well as being able to wordwrap code. You only need to include one javascript file and it will autoload the rest saving configuration time. And you can copy and paste code by selecting it normally instead of having to open a raw view like many others. It can be further customised by using the HTML5 data attribute `data-sh` or via specifying options at initialisation. A great stable choice which is updated regularly.
Here’s the link :-)
http://www.balupton.com/projects/jquery-syntaxhighlighter/
indysong
Posted 610 days ago 19Thank for sharing code java,It’s useful.
function
Posted 741 days ago 18Thank you for this share.
In the future, I hope that you will share the good information again.
Duvvar Design
Posted 749 days ago 17good code’s :)
this is thank you.. :)
tom
Posted 766 days ago 16I miss the http://tools.dottoro.com/services/highlighter/ from the list above.
I definitely find that online code highlighter handy.
It provides easy customization and supports embedded CSS and JavaScript code blocks within HTML documents.
Abel Braaksma
Posted 880 days ago 15PS: Dainis, I love the design of this website, it’s great, clean and it’s clear you put a lot of effort in making posts like this. Very neat!
.-= Abel Braaksma´s last blog ..In depth: Understanding font resolution and glyph substitution in browsers =-.
Abel Braaksma
Posted 880 days ago 14This is an excellent list, and I like your choice of Alex’s syntaxhighlighter as nr 1. Not sure if you still monitor the comments on this thread (there are some non-deleted spam comments….) but if you do, it’d be great if you could add a reference to my list of “all” brushes for SyntaxHighlighter. The brushes that come by default are nice, but there are many more available from all over the internet. I compiled a list of all I can find and try to keep it as up to date as possible.
If you happen to know any other brushes that I haven’t mentioned, I’d be happy to include them!
.-= Abel Braaksma´s last blog ..In depth: Understanding font resolution and glyph substitution in browsers =-.
Ajit Choudhary
Posted 910 days ago 13I always thought these pretty . Javascript… thanks for sharing!
Multimedia Design
Posted 936 days ago 12Mmmm free Javascript… thanks for sharing!
Laura
Posted 937 days ago 11I had previously been using plain textareas. I always thought these pretty highlighted boxes on sites were done server side. Will check a few of these out and use one in future.
Mr Xhark
Posted 938 days ago 8Thank you Dainis, very nice ! I stumble it
.-= Mr Xhark´s last blog ..Coup de coeur : Si ça rate, formate ! =-.
sarath
Posted 938 days ago 7Wow, I had no idea there were that many syntax highlighting projects.
When I was looking for one, I found the first one you listed, SyntaxHighlighter, which has worked very well for me. I especially like that the author provides a hosted version of the scripts so you don’t need to figure out where to put them (convenient when using it in Blogger, for example).
.-= sarath´s last blog ..Linux: Download YouTube Videos =-.
Bunnygotblog
Posted 938 days ago 6Hello Dainis,
These are great resources for coding. I have bookmarked and Stumble this so other can benefit from your list.
.-= Bunnygotblog´s last blog ..Eleanor Roosevelt Quotes =-.
gautam hans
Posted 938 days ago 5great one and bigger than what i saw at woork ! great job :)
.-= gautam hans´s last blog ..50+ Awesome Twitter Tips to become a Pro =-.
Phaoloo
Posted 938 days ago 3Great new design and useful as always.
.-= Phaoloo´s last blog ..Launch Your Application By Typing A Key Using ControlPad =-.
Dainis Graveris
Posted 938 days ago 4Thanks man! glad you enjoy!:)
Luis Lopez
Posted 938 days ago 1That is really useful, I’m really bad at coding so this tools are like heaven for me.
Thanks Dainis
.-= Luis Lopez´s last blog ..Video Of The Week #08 – Red Rabbit By Egtmon Mayer =-.
Dainis Graveris
Posted 938 days ago 2Thanks, Luis for your kind and regular comments! Though I like SyntaxHighlighter..and usually I am using Aptana which offers already good highlighting by default:)
Dicky
Posted 937 days ago 9Hi Dainis,
Aptana is more to IDE, and the loading speed is pretty slow. If you want a powerful code editor with syntax highlighting feature, you can go for Notepad++.
.-= Dicky´s last blog ..10 Free And Powerful Windows Text Editors For Web Developers =-.
Dainis Graveris
Posted 937 days ago 10Ah, i know, but I am enjoying not highlighting there,but helpful error showing and auto completion to {} tags and things like that,for me it is really handy tool and never any other program offered such flexibility.