jesseweed / seti-ui

A subtle dark colored UI theme for Atom.
MIT License
942 stars 285 forks source link

Adding PDDL related file icons related to Artificial Intelligence Planning. #503

Closed jan-dolejsi closed 5 years ago

jan-dolejsi commented 6 years ago

Adding support for Planning Domain Definition Language files:

.pddl -> planning models (domain and problem files) .plan -> output of the planner .happenings -> output of the planner, where temporal actions are decomposed to start and end snap actions

For more info, see PDDL in wikipedia: https://en.wikipedia.org/wiki/Planning_Domain_Definition_Language

jan-dolejsi commented 5 years ago

Hi, can this PR be reviewed and merged? Or if there is something wrong with it, please do let me know.