Syntax and duplicates
The syntax pass treats the pasted content as environment-variable assignments and identifies lines it cannot interpret as valid .env entries. It also groups assignments by variable name so that repeated names can be reported. Duplicate detection matters because .env consumers do not all resolve repeated assignments the same way, making the effective value potentially ambiguous.