1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
skylighting-core
================
[](https://opensource.org/licenses/BSD-3-Clause)
[](https://travis-ci.org/jgm/skylighting-core)
This package provides the core functionality of the Skylighting project,
a Haskell syntax highlighting library with support for KDE XML syntax
highlighting descriptions.
Formatters are no longer included in this package: see
`skylighting-format-ansi`, `skylighting-format-blaze-html`,
`skylighting-format-context`, and `skylighting-format-latex`.
For details on how to use this package, see the Haddock documentation and
the [Skylighting README](https://github.com/jgm/skylighting/blob/master/skylighting/README.md).
The Haskell code and related files in this package are licensed under
the BSD3 license. This package also includes KDE XML syntax definitions
which are provided under various licenses; see the XML files for
details.
|