diff options
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 |