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.
There a few other minor updates. For full details, see the change log.

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.
Again, for full details, see that release's change log.

Comments

Popular posts from this blog

New String Property Editor Planned For RAD Studio 12 Yukon 🤞

Multi-line String Literals Planned For Delphi 12 Yukon🤞

Call JavaScript in a TWebBrowser and get a result back