Pascal Syntax Highlighter v2.3.0 released
Release 2.3.0 of PasHi, my Pascal syntax highlighter command line program has just been released, along with a suitably updated version of the GUI front end, PasHiGUI.
The main features of this release are:
- A new command line option --inhibit-styling that selectively omits syntax highlighter element <span> tags where they don't need to be styled. This reduces the final HTML file size where possible.
- An update to the existing --trim command that allows line ends to be trimmed of spaces in addition to trimming blank lines from the start and end of source code.
You can download this release from GitHub.
I've also noticed I never did a post when v2.2.0 was released. Here are the main changes in that release:
- Added new --line-number-start command to enable the starting line number to be specified (when line numbering is enabled).
- Added new --version command to display the program's version number.
Comments
Post a Comment
Comments are very welcome, but please be aware that I moderate all comments, so there will be a delay before your comment appears.
Advertising spam and the rare abusive, hateful or racist comments will be blocked and reported.
Finally, should you have a query about, or a bug report for, one of my programs or libraries please use the relevant issue tracker rather than posting a comment to report it.
Thanks