diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:08:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:46 +0700 |
commit | 73ba0fcb9ca775f6991cd841c353b23814fb9e44 (patch) | |
tree | 2ead5272bb92f10dc37823d63a8a43724f7b69f3 /haskell/haskell-skylighting/README | |
parent | 48dc2cb9fafd77b65fcd4a48004ef06f5b86489b (diff) |
haskell/haskell-skylighting: Added (syntax highlighting library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-skylighting/README')
-rw-r--r-- | haskell/haskell-skylighting/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/haskell/haskell-skylighting/README b/haskell/haskell-skylighting/README new file mode 100644 index 0000000000000..ad66521887a58 --- /dev/null +++ b/haskell/haskell-skylighting/README @@ -0,0 +1,9 @@ +Skylighting is a syntax highlighting library with support for over +one hundred languages. It derives its tokenizers from XML syntax +definitions used by KDE's KSyntaxHighlighting framework, so any syntax +supported by that framework can be added. An optional command-line +program is provided. Skylighting is intended to be the successor +to highlighting-kate. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |