Chili 1.4 Released Today

UPDATE: Chili 1.5 has been released

Changes

  • Fixed a bug in the computation of the backreferences
  • Improved control and rendering of white space
  • Changed the method for detecting an already loaded CSS
  • Added a new recipe and example for MySQL
  • Updated the bundled jQuery library to version 1.0.4
  • Cut the bundled manual.txt to a stub (all is online)

Files

  • download all in a zip
  • read the manual
  • Example: Chili highlighting Chili
  • Example: Chili highlighting jQuery
  • Example: Chili highlighting PHP
  • Example: Chili highlighting MySQL

Chili 1.3 Released Today

UPDATE: Chili 1.4 has been released

Changes

  • Fixed a bug in the formula for computing the number of submatches of a regular expression: parentheses not explicitly escaped inside a character class are escaped by default, but Chili didn’t take care of them.
  • Replaced the explicit MIT Licence, with a link to it.
  • Added “?:” to many parenthesized expressions (inside recipes) that were being used just for grouping.
  • Removed the trace helper. Try the Firebug lite console instead.

Files

  • download all in a zip
  • read the manual
  • test Chili highlighting Chili
  • test Chili highlighting jQuery
  • test Chili highlighting PHP