Closed Kijewski closed 11 months ago
Currently if you use a non-renderable item in a definition, the entire definition will flair up red. This PR make the parser remember the spans of the input token, so the generator can use them in the generated syntax tree.
Thanks, improvements to error messages are always welcome! I'll make a minor version release shortly.
0.14.0 has been published with this change.
Currently if you use a non-renderable item in a definition, the entire definition will flair up red. This PR make the parser remember the spans of the input token, so the generator can use them in the generated syntax tree.