./textproc/libhighlight, Converts source code to formatted text with syntax highlighting (shared library)

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 4.18, Package name: libhighlight-4.18, Maintainer: schmonz

Highlight converts source code to formatted text with syntax highlighting.
Supports 100+ programming languages and coloured output in HTML, XHTML, RTF,
TeX, LaTeX, XSL-FO and XML formats.


Required to run:
[lang/lua54]

Required to build:
[devel/boost-headers]

Master sites:

Filesize: 1500.652 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-13 17:47:05 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
highlight: update to 4.18. Changes:

- updated astyle lib to version 3.6.13
- fixed undefined variable in shellscript definition
   2025-09-29 17:47:23 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
highlight: update to 4.17. From the changes:

- updated astyle lib to version 3.6.12
- updated some language definitions
- added fea.lang
- fixed creation of unique output filenames in batch mode
- improved LSP compatibility
- CLI: improved string length validation in service mode
- GUI: fixed file resource handling
   2025-09-27 11:57:41 by Thomas Klausner | Files touched by this commit (337)
Log message:
*: recursive bump for boost 1.89
   2025-05-21 20:41:35 by Amitai Schleier | Files touched by this commit (4) | Package updated
Log message:
libhighlight: update to 4.16. Changes:

- updated astyle lib to version 3.6.9
- fix shell script parenthesis recognition
- updated AWK, C, Go and Python language definitions
- added README_FR.adoc
- added shell script and git config file extensions
- GUI: adjusted cmake build script to improve Qt build target handling
- GUI: updated Qt UI translations
   2025-01-08 19:10:33 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
highlight: update to 4.15. Changes:

- updated astyle lib to version 3.6.6
- fixed C++ raw string recognition
   2024-10-13 23:13:14 by Amitai Schleier | Files touched by this commit (2)
Log message:
Restore -lperl to fix p5-highlight build.
   2024-09-22 20:58:12 by Amitai Schleier | Files touched by this commit (6) | Package updated
Log message:
highlight: update to 4.14. Changes:

- updated astyle lib to version 3.6.2
- fixed SWIG lib compilation
- updated Terraform file suffix list
   2024-08-16 17:28:00 by Amitai Schleier | Files touched by this commit (7) | Package updated
Log message:
libhighlight: update to 4.13. Changes:

- updated astyle lib to version 3.6
- added Gleam and V definitions
- added Meson and CMake build files
- improved LSP compatibility with bash-language-server and
  haskell-language-server
- applied several clang-tidy modernize fixes
- GUI: refactored settings retore code