[Haskell-cafe] ANNOUNCE: highlighting-kate 0.2.7

John MacFarlane jgm at berkeley.edu
Fri Jul 16 02:17:26 EDT 2010


I'm pleased to announce a new release of highlighting-kate [1],
a syntax highlighting library based on syntax definitions from
the kate editor.

!! Important note !! The new release uses new, two-letter class names in
its HTML output. If you use highlighting-kate, you will need to
update your css files. Three sample css files can be found in the css
directory of the source.

This release also incorporates improvements to the kate syntax
definition for Haskell by Nicolas Wu.

There are two minor API changes:

1.  A new function, languagesByFilename, has been added.  This will
give better results than languagesByExtension for things like
"Makefile" or "CMake.txt".

2.  A new formatting option, OptDetailed, has been added.  Use this
only if you need access to detailed, language-specific lexical
information, and not generic styles.

[1]:  http://hackage.haskell.org/package/highlighting-kate



More information about the Haskell-Cafe mailing list