Skip to content

v0.4.0

Compare
Choose a tag to compare
@sharkdp sharkdp released this 31 May 21:12
· 2941 commits to master since this release

Features

  • Support for line-wrapping, see #54 and #102 (@eth-p)
  • New and updated --style parameter, see #74 and README (@pitkley)
  • Added --theme and --list-themes options, see #89 (@rleungx)
  • Added syntax highlighting for: Julia (@iamed2), Dockerfiles, VimL, CMake, INI, Less
  • Added a few popular Sublime Text highlighting themes, see #133
  • Support for bold, italic and underline font styles, see #96
  • Support for 32bit systems is now available, see #84
  • Added -u and -n options, see #134
  • ANSI color support on Windows 10

Changes

  • The customization folder for own syntaxes has been renamed from syntax to syntaxes, see README.
  • Changed Markdown syntax to the default Sublime Text syntax, see #157
  • Sorted language listing (@rleungx)
  • Command line arguments like --theme or --color can now override themselves.
  • Improved --help text.

Bugfixes

Other