generate: Change comment so it gets detected by the regex for generated files

This commit is contained in:
Sasha Koshka 2025-07-08 15:44:24 -04:00
parent cdba8ee601
commit 9ff317d443

View File

@ -14,14 +14,11 @@ import "git.tebibyte.media/sashakoshka/hopp/tape"
` `
const preamble = ` const preamble = `
/* # Do not edit this package by hand! // Code generated by the Holanet PDL compiler. DO NOT EDIT.
* // The source file is located at <path>
* This file was automatically generated by the Holanet PDL compiler. The // Please edit that file instead, and re-compile it to this location.
* source file is located at <path> // HOPP, TAPE, METADAPT, PDL/0 (c) 2025 holanet.xyz
* Please edit that file instead, and re-compile it to this location.
*
* HOPP, TAPE, METADAPT, PDL/0 (c) 2025 holanet.xyz
*/
` `
const static = ` const static = `