Closed hectorpal closed 2 years ago
I'm not the develeloper of the highlight engine. You have to ask André Simon to support a new language.
For now, with the release 2.1.4, pddl
files are handled with the lisp
format.
Thank you! That was fast. I would get in touch with André if I wanted specific highlight. For now, the lisp highlight should be good enough for a quick inspection.
Could please add PDDL as an extension for highlight. As starter, please use Lisp highlight. Otherwise, the VSCode extension has many details on syntax. https://github.com/jan-dolejsi/vscode-pddl
This is probably useful:
Why?
PDDL is language for describing planning domains used by automated planners. See some examples here: https://github.com/aibasel/downward-benchmarks We have been using the same format for over 20 years, and continue using it today. https://www.icaps-conference.org/competitions/
We are improving the tooling. For instance, now we have a VSCode extension https://marketplace.visualstudio.com/items?itemName=jan-dolejsi.pddl
Thank you!