You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haskell syntax highlighting received a face lift. Now looking
much fancier.
Distribution:
Added Ubuntu packages for Precise, Trust, Vivid, in addition to Wily.
Features:
Added a 'setup' command for easy manipulation of Git configuration for installing Fancydiff. Supports both local and global Git configs, via pager overrides, or command aliases.
For a quick start, just run fancydiff setup after upgrading.
Support for bright terminals (e.g. white backgrounds). Now there are two builtin themes: dark and bright.
HTML generation, both for inline and CSS. Can be used as a Haskell library for generating syntax highlighting in blogging platforms such as Hakyll. The exported interfaces from the library are experimental. See example.
Fancydiff is sporting a new command line interface, exposing more functionality, including a builtin method to invoke a pager (currently only less is supported). Old command line interface is not compatible with the new one.
Theme should be insensitive to terminal's default FG color,
which means that even if it is not white or grayish, coloring
looks consistent among users.