~groctel/pddl.vim

Planning and Domain Definition Language (PDDL) syntax highlighting
chore: Updated installation instruction for Sourcehut
Refactor: Modified highlight for operators and numbers
Refactor: Heavy performance improvements

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~groctel/pddl.vim
read/write
git@git.sr.ht:~groctel/pddl.vim

You can also use your local clone with git send-email.

#pddl.vim

Planning and Domain Definition Language (PDDL) syntax highlighting

#Installation

#With Plug

Plug 'https://git.sr.ht/~groctel/pddl.vim'

#With Lazy

return { "~groctel/pddl.vim",
    url = "https://git.sr.ht/~groctel/pddl.vim",
    lazy = true,
    ft = "pddl"
}
Do not follow this link