2019-05-21 23:56:57 by Amitai Schleier | Files touched by this commit (7) |
Log message:
Update to 3.51. From the changelog:
- SVG output: added `white-space: pre` in styles
- HTML output: replaced ' by ' (https://bugs.debian.org/927410)
- HTML output: fixed index file format (missing close tags)
- CLI: moved syntax recognition functions to DataDir class
- CLI: added regular expressions and default false values to --verbose output
- CLI: fixed `--list-cat` without `--list-scripts` \
(https://gitlab.com/saalen/highlight/issues/107)
- CLI: added optional argument to `--base16` \
(https://gitlab.com/saalen/highlight/issues/113)
- CLI: added default base16 themes (https://gitlab.com/saalen/highlight/issues/113)
- CLI: added `--isolate` option (https://gitlab.com/saalen/highlight/issues/118)
- GUI: improved UTF16 input path handling on Windows
|
2019-04-26 14:44:44 by Roy Marples | Files touched by this commit (10) |
Log message:
More packages wave bye-bye to python34 and python35
|
2019-04-04 16:14:29 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Update to 3.50. From the changelog:
- added lineno, column parameters to OnStateChange hook
- added support for Crystal (thanks to C R Jaensch)
- added support for Slim (https://gitlab.com/saalen/highlight/merge_requests/85)
- fixed several typos in documentaion and manpages
- CLI: added `--syntax-by-name` option (suggested by Chris Mayo)
- CLI: removed deprecated `--list-langs` and`--list-themes` options
- GUI: added terminal sequence output options \
(https://gitlab.com/saalen/highlight/issues/110)
|
2019-02-12 20:46:12 by Amitai Schleier | Files touched by this commit (4) |
Log message:
Update to 3.49. From the changelog:
- fixed more problems with syntax test indicators reporting wrong states
(https://gitlab.com/saalen/highlight/issues/102)
- added support for Meson, Solidity, TOML and Terraform
- improved Perl and Yaml highlighting
- added Categories field to all config files
- CLI: added category info in --list-scripts output
- CLI: added --list-cat option (https://gitlab.com/saalen/highlight/issues/99)
- CLI: added optional topic parameter to --help
- GUI: added theme category selection
- GUI: display categories of selected syntax or theme
|
2018-12-16 08:04:32 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Update to highlight 3.48. From the changelog:
- fixed --list-scripts abortion with Fedora default compilation options
(https://gitlab.com/saalen/highlight/issues/84)
- fixed a problem with syntax test indicators reporting wrong states after comments
- improved Verilog syntax
- improved quoted string highlighting for Perl and Ruby
- detection of pkg-config's Lua version in src/makefile
|
2018-10-14 14:17:50 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Update to 3.47. From the changelog:
- fixed xterm256 and truecolor whitespace output #2
(https://gitlab.com/saalen/highlight/issues/90)
- fixed LaTeX, TeX, SVG and ODT whitespace output (regression of 3.45)
- added darkplus theme (https://gitlab.com/saalen/highlight/merge_requests/84)
- converted ChangeLog to AsciiDoc
- allowed state test indicators to match both whitespace (ws) and the
enclosing state (others)
- CLI: default output changed to xterm256 or truecolor if run in a
terminal with color support and only a single file is outputted
- GUI: added checkbox in the clipboard tab to output selected lines only
|
2018-10-08 15:51:28 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Update to 3.46. From the changelog:
- fixed xterm256 and truecolor whitespace outpur \
(https://gitlab.com/saalen/highlight/issues/90)
- converted manuals to AsciiDoc (thanks to Tristano Ajmone)
- added DocumentHeader and DocumentFooter plug-in hooks
- added RemoveKeyword Lua function for syntax definitions
- added syntax test indicators (see README_TESTCASES)
- added support for ISO and R10 variants of Modula2 (thanks to Benjamin Kowarsch)
- fixed R identifiers (https://gitlab.com/saalen/highlight/merge_requests/77)
- fixed ALAN IF identifiers (see \
https://gitlab.com/saalen/highlight/merge_requests/79)
- fixed issue with Bash string interpolation
- fixed some bugs found by coverity tool \
(https://gitlab.com/saalen/highlight/issues/82)
- added Swift keywords and types
- added filetypes.conf.5 man page (https://gitlab.com/saalen/highlight/issues/83)
- added Gradle extension mapping \
(https://gitlab.com/saalen/highlight/merge_requests/80)
|
2018-07-27 09:39:12 by Amitai Schleier | Files touched by this commit (5) |
Log message:
Fix textproc/highlight build with 'x11' option.
|
2018-07-23 07:16:43 by Amitai Schleier | Files touched by this commit (8) | |
Log message:
Update to 3.44. From the changelog:
- fixed gcc 8 compilation warnings
- fixed Ruby string interpolation
(https://github.com/andre-simon/highlight/issues/70)
- added support for ALAN IF (thanks to Tristano Ajmone)
- added 107 Base16 themes [https://github.com/chriskempson/base16]
(thanks to Tristano Ajmone)
- updated Rust and Java reserved words lists
- revised documentation
- moved extras/css-themes into extras/themes-resources
- added extras/themes-resources/base16 (thanks to Tristano Ajmone)
- GUI: added Base16 theme selection checkbox
- CLI: added --base16 option to enable the new themes
- CLI: accept - as argument to read from stdin
(https://github.com/andre-simon/highlight/issues/73)
|
2018-05-27 13:50:26 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Use swig3 to get Perl bindings building again on NetBSD. Bump
PKGREVISION.
|