Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate syntax highlighting files #166

Open
vanillajonathan opened this issue Feb 13, 2023 · 1 comment
Open

Generate syntax highlighting files #166

vanillajonathan opened this issue Feb 13, 2023 · 1 comment

Comments

@vanillajonathan
Copy link

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:

@colbyn
Copy link

colbyn commented Mar 26, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants