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).
http://pygments.org/
comments powered by Disqus
Related Products
Jygments - Syntax Highlighter (Pygments Ported to Java)
What?Jygments 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. a wide range of common languages and markup formats is supported special attention is paid to details that increase highlighting quality support for new languages and formats are added easily; most languages use a simple regex-based lexing mechanism a number of output formats is available, among them HTML, RTF, LaTeX and ANSI
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
Pygments-lsl-lexer - Pygments LSL Lexer
DescriptionThis is a simple addon for the opensource project: pygments. Pygments is a syntax highlighter written in python. Pygments supports a lot of programming/scripting languages... but it still doesn't support LSL yet. Therefore I decided to code it myself. I thought it would be useful to all SecondLife citizens. All honest opinion are welcome! Examplefrom pygments import highlightimport LSLLexerfrom pygments.formatters import HtmlFormatterhighlight(lsl_code, LSLLexer(), HtmlFormatter(linen
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
Minted - Highlighted source code for LaTeX
minted – highlighted source code for LaTeXminted is a package that facilitates expressive syntax highlighting in LaTeX using the powerful Pygments library. The package also provides options to customize the highlighted source code output using fancyvrb. For instance, this code: \\begin{minted}[mathescape, linenos, numbersep=5pt, gobble=2, frame=lines, framesep=2mm]{csharp} string title = "This is a Unicode π in the sky" /* Defined as $\\pi=\\lim_{n\\to\\infty}\\frac{P_n}{d}$ where $P$ is the
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
Hyperlight - Configurable server-side syntax highlighter in PHP
HyperlightHyperlight highlights source code, pure and simple. It's Easy to use – using it is a matter of one function call. Easy to extend – write your own language definitions in PHP using regular expressions. Powerful – since the parser supports states, it can do so much more than just regular languages. Compliant – Hyperlight produces valid, semantic strict XHTML. Configurable – Hyperlight produces logical CSS rules which can be used by beautiful colour themes. Why?Good syntax highl
Django-rstify - A set of templatetags and filters to use restructured text inside django templates.
django-rstify - A restructured text filter for django templatesdjango-rstify is a set of template filters to provide easy conversion from restructured text to HTML. Besides this basic functionality this application allows you to highlight sourcecode snippets inside your text using the pygments library. Note: Django already provides a simple restructured text filter. If you don't need the extras in this application, I recommend to use the core version. DownloadThe main repository of this app is l
Django-paste - A Django paste bin
dpaste is a code pastebin application using Django.Originally inspired by dpaste.com this application adds the ability to: See the differences between snippets A history of snippets as a tree See your latest 25 snippets (admin setting) A huge bunch of syntax highlighters (lexers) User defined settings to change the font-family as well as font-sizes Nicer colors Multilangual interface Requirements:django-mptt for the nested-set history tree Pygments for syntax highlighting Todo/Maybe's:Multilangu
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