chore(generate): add @generated to parser.c header (#4338)
This makes `parser.c` follow the https://generated.at/ convention for generated files. This potentially allows any compatible IDE to discourage editing it directly.
This commit is contained in:
parent
89b04babfb
commit
52d2865365
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ impl Generator {
|
|||
);
|
||||
add_line!(
|
||||
self,
|
||||
"/* Automatically generated by tree-sitter v{version} */",
|
||||
"/* Automatically @generated by tree-sitter v{version} */",
|
||||
);
|
||||
add_line!(self, "");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue