rust-bakery / nom

Rust parser combinator framework
MIT License
9.18k stars 792 forks source link

Generate syntax highlighting files #1640

Open vanillajonathan opened 1 year ago

vanillajonathan commented 1 year ago

After you create a parser then you have write syntax highlightning 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 of nom could generate such syntax highlight files for: