Skip to content

Commit

Permalink
Updated README for 3.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jun 10, 2012
1 parent b63bc32 commit 979cad1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jQuery.Syntax [release-3.0] #
# jQuery.Syntax [release-3.1] #

jQuery.Syntax is a light-weight client-side syntax highlighter, which dynamically loads external dependencies (JavaScript & CSS) when required. It uses jQuery to make it cross-browser compatible and to simplify integration.

Expand Down Expand Up @@ -45,6 +45,14 @@ THE SOFTWARE.

## Change Log ##

### release-3.1 ###
- Support for Scala, Go, OCaml/F#, Protocol Buffers, Super Collider.
- New theme system for dynamically loading and changing themes.
- Improved regular expression matching across all PCRE-syntax languages.
- Improved highlighting API allows for dynamically highlighting blocks of text using `Syntax.highlightText`.
- Initial version of editor layout, currently broken but under development.
- Performance improvements and bug fixes.

### release-3.0 ###
- Changed license from AGPL to MIT.
- Improvements to the following brushes: C#, Objective-C, Java, Ruby, PHP, HTML, SQL, Assembly, Bash
Expand Down

0 comments on commit 979cad1

Please sign in to comment.