generate: Change comment so it gets detected by the regex for generated files
This commit is contained in:
parent
cdba8ee601
commit
9ff317d443
@ -14,14 +14,11 @@ import "git.tebibyte.media/sashakoshka/hopp/tape"
|
||||
`
|
||||
|
||||
const preamble = `
|
||||
/* # Do not edit this package by hand!
|
||||
*
|
||||
* This file was automatically generated by the Holanet PDL compiler. The
|
||||
* source file is located at <path>
|
||||
* Please edit that file instead, and re-compile it to this location.
|
||||
*
|
||||
* HOPP, TAPE, METADAPT, PDL/0 (c) 2025 holanet.xyz
|
||||
*/
|
||||
// Code generated by the Holanet PDL compiler. DO NOT EDIT.
|
||||
// The source file is located at <path>
|
||||
// Please edit that file instead, and re-compile it to this location.
|
||||
// HOPP, TAPE, METADAPT, PDL/0 (c) 2025 holanet.xyz
|
||||
|
||||
`
|
||||
|
||||
const static = `
|
||||
|
Loading…
Reference in New Issue
Block a user