[fpc-pascal] Pascal sensitive diff tool?
Peter B
peter at pblackman.plus.com
Fri Feb 21 19:49:46 CET 2025
On 21/02/2025 02:26, Hairy Pixels via fpc-pascal wrote:
> What do you mean? like syntax styling?
Hi Ryan,
I'm looking for a diff tool that would show
a/ foo := false;
b/ foo := true;
as differences worth reporting,
but would suppress
a/ Foo := False;
b/ foo := false;
as these changes have pascal significance.
Sublime Merge is a nice git client, and provides a Debian package,
but it is picking up whitespace & capitalisation changes in the diffs.
Regards,
Peter
More information about the fpc-pascal
mailing list