parsec icon indicating copy to clipboard operation
parsec copied to clipboard

Generate syntax highlighting files

Open vanillajonathan opened this issue 2 years ago • 1 comments

After you create a parser then you have write syntax highlighting files to syntax highlight the language your parser parses. When doing changes to the parser you manually have to update these files.

It would be good if you could generate such syntax highlight files for:

vanillajonathan avatar Feb 13 '23 21:02 vanillajonathan

Before you can implement syntax highlighting you'll need to track source code positions in your AST design.

colbyn avatar Mar 26 '24 22:03 colbyn