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 don't comment here if:
1) You have a query about, or a bug report for, one of my programs or libraries. Most of my posts contain a link to the relevant repository where there will be an issue tracker you can use.
2) You have a query about any 3rd party programs I feature, please address them to the developer(s) - there will be a link in the post.
3) You're one of the tiny, tiny minority who are aggressive or abusive - in the bin you go and reported you will be!
Thanks