Advertisment
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.


















jQuery 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/
Thank for sharing code java,It’s useful.
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming [...]
Thank you for this share.
In the future, I hope that you will share the good information again.
good code’s :)
this is thank you.. :)
I 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.
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming [...]
[...] 16 JS Highlighters [...]
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming [...]
PS: 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 =-.
This 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 =-.
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming [...]
Veri Nice…..( Cene Estetiği ) ( Botox Fiyatları ) ( Kepçe Kulak ) Thanks for Doc….
[...] Source:16 Free Javascript Code Syntax Highlighters For Better Programming | Graphic and Web Design Blog … [...]
Thanks for sharing this useful information about syntax highlighters
Great task.
many thanks for your share..it’s useful…this is great js..
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming – Read [...]
I always thought these pretty . Javascript… thanks for sharing!
[...] Fuente: 1stwebdesigner [...]
[...] donde es realmente difícil encontrar cosas específicas, encontraran este articulo muy útil. 16 free javascript code syntax highlighters for better programming, es un artículo que les presentara 16 propuestas para utilizar a la hora de resaltar los códigos [...]
[...] donde es realmente difícil encontrar cosas específicas, encontraran este articulo muy útil. 16 free javascript code syntax highlighters for better programming, es un artículo que les presentara 16 propuestas para utilizar a la hora de resaltar los códigos [...]
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming [...]
http://www.neathighlighter.com is an online syntax highlighter, which highlights in standard colors
Great! Thank for your share the free stuff :) , Its helpfull for me
Mmmm free Javascript… thanks for sharing!
[...] 1stwebdesigner sitesi daha kolay programlama için bedava 16 javascript kodunu derlemiş. [...]
Thanks for sharing these great resources, will help out a lot with my javascript coding.
.-= Web Design Northampton´s last blog ..Why Choose Website Design Northampton? =-.
I 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.
[...] in any languages. Choose your favorite Javascript syntax highlighter from this nice collection. View full article. 04 Aug 2009 | compilation, download, news | Comment (0) Vertical2262 = false; [...]
[...] Many javascript available to styling the source code section, so you can read it more easily. This post enlist 16 free javascript library that can do it for [...]
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming [...]
Thanks Dainis…I dugg and tweeted it :) By the way, I like the new soft appeal of your blog. Keep it up!!
.-= Graphic Design Blog´s last blog ..Spec-Work: A curse or a blessing for Graphic Designers?? =-.
Cool Javascripts , Thanks for sharing ! Keep it up
.-= Wallpapers´s last blog ..Lost =-.
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming | Graphic and Web Design Blog … [...]
Thank you Dainis, very nice ! I stumble it
.-= Mr Xhark´s last blog ..Coup de coeur : Si ça rate, formate ! =-.
[...] 16 Free Javascript Code Syntax Highlighters For Better Programming [...]
Wow, 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 =-.
Hello 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 =-.
great one and bigger than what i saw at woork ! great job :)
.-= gautam hans´s last blog ..50+ Awesome Twitter Tips to become a Pro =-.
Great new design and useful as always.
.-= Phaoloo´s last blog ..Launch Your Application By Typing A Key Using ControlPad =-.
Thanks man! glad you enjoy!:)
That 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 =-.
Thanks, Luis for your kind and regular comments! Though I like SyntaxHighlighter..and usually I am using Aptana which offers already good highlighting by default:)
Hi 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 =-.
Ah, 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.