diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2012-06-27 16:42:06 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:42:06 -0400 |
commit | 063c730943f5a1006de69a060ae09d56c900a07f (patch) | |
tree | d86d5e1be58a631c8455a7eac7a162d416f17f6f /haskell/haskell-highlighting-kate/README | |
parent | a849c090c283a41b7e4ae639f51d1162b31c430f (diff) | |
download | slackbuilds-063c730943f5a1006de69a060ae09d56c900a07f.tar.gz |
haskell/haskell-highlighting-kate: Added (Syntax highlighting)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-highlighting-kate/README')
-rw-r--r-- | haskell/haskell-highlighting-kate/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/haskell/haskell-highlighting-kate/README b/haskell/haskell-highlighting-kate/README new file mode 100644 index 0000000000..378469a9ff --- /dev/null +++ b/haskell/haskell-highlighting-kate/README @@ -0,0 +1,14 @@ +highlighting-kate is a syntax highlighting library with support for +nearly one hundred languages. The syntax parsers are automatically +generated from Kate syntax descriptions (http://kate-editor.org/), +so any syntax supported by Kate can be added. A command-line +program is provided, along with a utility for generating new parsers +from Kate XML syntax descriptions. + +This requires ghc, haskell-text, haskell-transformers, +haskell-blaze-builder, haskell-mtl, haskell-blaze-markup, +haskell-parsec, haskell-regex-base, haskell-blaze-html, and +haskell-regex-pcre-builtin. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |