gpoore / minted

minted is a LaTeX package that provides syntax highlighting using the Pygments library. Highlighted source code can be customized using fancyvrb.
1.73k stars 125 forks source link

[feature] Support for PDDL programming language #381

Closed david-alvarez-rosa closed 6 months ago

david-alvarez-rosa commented 6 months ago

I'm recently working with PDDL programming language -- could we get support for fancy syntax highlighting?

Found a gist online for listings env https://gist.github.com/morxa/9162dfc62261294621fd that could potentially be migrated.

Open to help here!

muzimuzhi commented 6 months ago

The syntax highlighting is actually provided by python package pygments https://github.com/pygments/pygments. You can file a feature request there.

david-alvarez-rosa commented 6 months ago

That makes sense. Will do, thanks!

https://github.com/pygments/pygments/issues/2616