brick-skylighting: Show syntax-highlighted text in your Brick UI

[ bsd3, graphics, library ] [ Propose Tags ]

This package provides a module to use Skylighting to perform syntax highlighting and display the results in Brick-based interfaces.


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
demos

Build demonstration programs

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3, 1.0
Change log CHANGELOG.md
Dependencies base (<=5), brick, brick-skylighting, containers, skylighting (>=0.6), text, vty [details]
License BSD-3-Clause
Copyright Jonathan Daugherty 2018
Author Jonathan Daugherty
Maintainer cygnus@foobox.com
Category Graphics
Home page https://github.com/jtdaugherty/brick-skylighting/
Bug tracker https://github.com/jtdaugherty/brick-skylighting/issues
Source repo head: git clone git://github.com/jtdaugherty/brick-skylighting.git
Uploaded by JonathanDaugherty at 2018-01-24T01:54:42Z
Distributions NixOS:1.0
Reverse Dependencies 1 direct, 1 indirect [details]
Executables brick-skylighting-demo
Downloads 4076 total (44 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-01-24 [all 1 reports]

Readme for brick-skylighting-0.1

[back to package description]

brick-skylighting

This package extends the brick library with syntax highlighting support using the Skylighting library.

See the Haddock documentation for Brick.Widgets.Skylighting for API details, and see the demonstration program in programs for a complete working example.