|
Overview
Overview of SyntaxHighlighter.
IntroductionThe idea behind SyntaxHighlighter is to allow insertion of colored code snippets on a web page without relying on any server side scripts. Who it's forIntended primarily at for bloggers. However, I have seen some source web sites using it as their main display of source code. Who it's NOT forSyntaxHighlighter isn't for those looking for ability to edit highlighted code. SyntaxHighlighter doesn't allow you to edit the source, it can't be made to do so and it will never do that. PerformanceSyntaxHighlighter uses regular expressions to parse the text. It's not extremely fast, in fact, it's pretty slow. If you are trying to highlight a few dozens lines of code, you won't see any problems. Trying to highlight 10kb worth of text will result in JavaScript being aborted because of long execution time. |

Excelent Tool
Congratulations on providing such a fantastic utility, by far the best method to display source code I have ever seen.
So Cooooooooooool!! This script is very useful for programming or somthing like that community.
shBrushHttpdApacheConf.js and new onfiguration option 'header'
my webspace changed to http://homepage.hamburg.de/bandara/shBrush the old provider didn't allow a redirect.
Thomas
Como eu instalo no wordpress?
This tool is awesome! Thank you for creating it and making it available for everyone.
http://trailsinthesand.com
BUG REPORT: hello, I found when there have a "</textarea>" tag in the text, will occur dislpay incorrect!
Super nice. Thanks for sharing!
Hello! First of all I thank you for this usefull piece of code. I'm wondering if was possibile to add highlighting for other languages, such as Erlang. Is there any documentation to start with that?
does anybody know how i can use this scripts running on wordpress?
Hi, i like this code. But i want in JSP support. can anyone give me that
please provide a hotlinkable url! I had to find a way to host this online for Blogger.
http://code.steelpotato.com/2008/07/javascript-css-and-image-hosting-for.html
cool man :) I like it
Somebody knows if this extension could work in MediaWiki? ???
I have written a simple example for people to get started with:
http://fahdshariff.blogspot.com/2008/07/syntax-highlighting-code-in-webpages.html
nice work
I've been using CodeMirror for both read-only and editable code and am very pleased with it. Its main advantage is that it uses very fast incremental parsing, so it can parse large files and do fancy context-sensitive highlighting (e.g. highlighting local and global variables differently). Some disadvantages are: parsers for new languages are harder to write, and it doesn't show line numbers.