Path to this page:
./
textproc/libhighlight,
Converts source code to formatted text with syntax highlighting (shared library)
Branch: CURRENT,
Version: 4.14,
Package name: libhighlight-4.14,
Maintainer: schmonzHighlight 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: 1473.156 KB
Version history: (Expand)
- (2024-09-22) Updated to version: libhighlight-4.14
- (2024-08-16) Updated to version: libhighlight-4.13
- (2024-05-25) Updated to version: libhighlight-4.12
- (2024-03-18) Updated to version: libhighlight-4.11
- (2023-11-08) Updated to version: libhighlight-4.10
- (2023-10-20) Updated to version: libhighlight-4.9
CVS history: (Expand)
2024-03-18 19:56:40 by Amitai Schleier | Files touched by this commit (5) | |
Log message:
libhighlight: update to 4.11. Changes:
- updated astyle lib to version 3.4.13
- updated java definition
- updated solidity definition
- fix backslash symbol in man page
- src/makefile: added -std=c++17 to enable modern C++ features
|
2023-11-08 12:11:35 by Amitai Schleier | Files touched by this commit (2) | |
Log message:
highlight: update to 4.10. Changes:
- updated astyle lib to version 3.4.10
|
2023-10-20 17:58:49 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
highlight: update to 4.9.
From the changelog:
- updated astyle lib to version 3.4.9
- added support for Elm (#237)
- added support for Factor (#239)
- added support for Cpp2
- updated c.lang to include module keywords
- fixed Lua nested string deprecation error (#238)
|
2023-09-06 20:06:23 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
Update to 4.8. From the changelog:
- updated astyle lib to version 3.4.6
- moved old yaml.lang to yaml-ansible.lang and added a new yaml
definition (#235)
- omit size property in BBCode output if `--fragment` is set (#234)
- allowed font size unit with `--font-size` for HTML and ODT
output (#145)
- GUI: updated JP translation (#144)
|
2023-07-18 14:19:41 by Amitai Schleier | Files touched by this commit (3) | |
Log message:
Update to 4.7. From the changelog:
- updated astyle lib to version 3.4.1
- CLI: fixed member variable initialization (#143)
|
2023-05-24 17:53:35 by Amitai Schleier | Files touched by this commit (6) | |
Log message:
Update to 4.6. From the changelog:
- added `--service-mode` option to run highlight as long running
process (#140)
- added extras/highlight-service.py as an example for the service mode
- updated astyle lib to version 3.3
|
2023-03-17 12:49:50 by Amitai Schleier | Files touched by this commit (4) | |
Log message:
Update to 4.5. From the changelog:
- added support for Hare
- fixed `--no-trailing-nl` option for LaTeX output (#216)
- fixed typos in rnc.lang, spn.lang and znn.lang (#139)
- fixed missing ngerman package for `--replace-quotes` option (#222)
- fixed quotes highlighting in XML (#226)
- updated file extension lists (#227)
- updated astyle lib to version 3.2
|
2022-11-15 13:07:29 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to 4.4. From the changelog:
- added support for Zig
- added `Legacy` option in lsp.conf to add support for LSP servers
without capabilities report
- removed apidocs target in makefile
- CLI: added `--ls-legacy` option
- GUI: added legacy checkbox in the LSP section
|