| Projects on Google Code | Results 1 - 10 of 27 |
= This page is OLD. Head over to [http://alexgorbatchev.com/wiki/ http://alexgorbatchev.com/wiki/]. =
----
= SyntaxHighlighter =
[Overview 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 do...
= Hyperlight =
Hyperlight 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 muc...
Highlighter class - makes your SQL containing apps more beautiful.
As of the name - it is simple.
'foo' will be coloured red, but 'f.o.o' will be with gray dots.
LEFT and RIGHT are gray, no matter they could be used as functions - left(foobar, 3).
Sample usage:
<code>
<?
$hl = new ...
This is a Google gadget wrapper for
http://code.google.com/p/syntaxhighlighter/
to be used in Google sites
The aim of this project is to have simplify setting up the use of the [http://alexgorbatchev.com/wiki/SyntaxHighlighter Syntax Highlighter] project to format all properly tagged code in a blog.
Just add the following two lines to your template, preferably just before the `</body>` tag.
{{{
<s...
= Intro =
Reads a source string line by line, using regex to format with HTML tags. Once you output the formatted string, you can use CSS to highlight it.
= Features =
Only highlights PHP code so far. Right now it can label:
* strings
* variables
* constants
* modifiers
* storages
*...
nGeSHi the native generic syntax highlighter, is an experimental C/C++ port of the award winning project 'GeSHi - Generic Syntax Highlighter for PHP' (http://freshmeat.net/projects/geshi).
===A Light Eclipse Plugin for the Scala Programming Language===
http://lightscalaplugin.googlecode.com/svn/trunk/scalaplugin/docs/media/screenshot_eclipse_syntax.png
This Eclipse plugin provides syntax highlighting for the Scala programming language.
At present, the plugin only supports synta...
==This plugin is for Notepad++ in order to have accurate syntax highlighting for the modified version of lua used in Garry's Mod 10.==
===The current version of this plugin is 1.2, released on February 10, 2009:===
* Fixed the issue created when N++ switched to Unicode from ANSI.
* Converte...
Takes a Java or XML/HTML source code and emit HTML with syntax highlighted code.
Useful for java bloggers.
Supports css for custom coloring / skinning.
This project takes some ideas on the parsing algorithm from Java2Html.de (see links) that is released under GPL or CPL, but it has been writ...