Google-Code-Prettify - Syntax Highlighting of Code Snippets in a Web Page
A Javascript module and CSS file that allows syntax highlighting of source code snippets in an html page. It supports number of languages including C, C+=, 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. Extensible language handlers available for other languages.
http://code.google.com/p/google-code-prettify/
comments powered by Disqus
Related Products
Wave-code-prettifier - Google wave gadget for code prettify
Prettifier Gadgetby Milan Andrejevic (milan.andrejevic@gmail.com) 11/14/2009 A Gadget that allows automatic syntax highlighting of source code snippets in Google Wave. Entierly based on google-code-prettify: http://code.google.com/p/google-code-prettify/ See demo: http://wave-code-prettifier.googlecode.com/svn/trunk/index.html
Android-codepad - Source code viewer for the android platform
Android CodePad is a simple source code viewer that supports syntax highlighting. it supports all C-like, Bash-like, and XML-like languages. it automatically selects the syntax depending on the file. Android CodePad uses WebKit and google-code-prettify to do the syntax highlighting. QR Code:
Java-syntax-highlighter - Java port of SyntaxHighlighter
Java Syntax HighlighterJava Syntax HighlighterOverviewAlternativesRequirementLanguage Supported (Brushes)ThemesConfigurationsExampleSample ScreenshotSupport & Discussion OverviewThis library is a java port of SyntaxHighlighter, the current version ported is 3.0.83. The copyright holder of the SyntaxHighlighter is Alex Gorbatchev. It is dual licensed under the MIT and LGPL licenses. This port is written by Chan Wai Shing (cws1989@gmail.com) distributed under the MIT and LGPL licenses. If you need
As3syntaxhighlight - ActionScript library that can syntax highlight code in many languages
as3syntaxhighlight is a port of google-code-prettify (which incidentally is what google code uses to highlight code) to ActionScript. It supports syntax highlighting of code in a variety of programming languages including MXML and AS3. It can be used for syntax highlighting as you type or for generating HTML which can be applied as htmlText to a TextField or TextArea. It also features an AS3 specific "async" mode that allows it to work in chunks without blocking the UI. To read up more about the
Huntaway - 牧羊犬项目
Examples of Javascript Syntax Highlighter. Including: 1. jssc-2_2_1 Author: Army Related article: http://www.javaeye.com/topic/189502 2. SyntaxHighlighter 3. google-code-prettify Author: mikesamuel Url: http://code.google.com/p/google-code-prettify/
Ajax-syntax-highlighter - Highlight code embed in a web page using JavaScript and a remote highlihte
Ajax Syntax HighlighterAjax Syntax Highlighter is a small Javascript utility designed to highlight code embed in a web page in a standard compliant way. It automatically looks for source code in the page, send it to a server-side highlighter and display the highlighted code. It also has a "view as plain text" feature and support internationalization. Ajax Syntax Highlighter is built with Yahoo! UI and uses JSON for serialization. It is wrote by Kévin Dunglas. It currently includes GeSHi as serv
Precodeformat - JavaScript routine to pretty-print and mark <pre class="code"> tags
A JavaScript function (and associated CSS formatting) to pretty-print and add annotations to blocks with class="code". http://precodeformat.googlecode.com/svn/trunk/img/sshot.png This pretty-printer is pretty basic except for the ability to: * Define per-block function and variable names for highlighting * Mark lines with icons to identify points of interest in the code * "Disable" lines so they won't be pretty-printed (to provide context for other lines) A sample of the code in action can viewe
Sashighlighter - SAS Language Brush for Alex Gorbatchev's Syntax Highlighter
This is a small project to implement a SAS (datastep,proc, macro) Language Brush set for Alex Gorbatchev's syntax highlighter. The project will also contain a Program Viewer that will allow code on your file system to be viewed through a browser and highlighted with the syntax highlighter. Use this software under the Apache License 2.0 and be kind enough to leave a message at My Blog if you use this brush. It is also anticipated that this brush will work with Lars Corneliussen's Beauty of Code J
Syntax-highlighter-gadget - A google gadget to display syntax highlighted code.
Features: Syntax Highlighter Gadget is a simple google gadget to be included in google sites to display syntax highlighted code. The code can either be added in the preferences window of the gadget or the gadget can download from an external file. Architecture: The code uses the SyntaxHighlighter script described at http://alexgorbatchev.com/SyntaxHighlighter/. The gadget is a wrapper to execute that code on google sites. Current Development Stage: The application is currently being written, a f
Pygments - Syntax Highlighter in Python
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. It supports all common programming languages. It will take source code (or other markup) in a supported language and output a processed version (in different formats) containing syntax highlighting markup. It suports a number of output formats like HTML, RTF, LaTeX and ANSI sequences (console output).