pearofducks / ansible-vim

A vim plugin for syntax highlighting Ansible's common filetypes
MIT License
796 stars 98 forks source link

Skip convert_docstring without a module key #115

Closed scj643 closed 3 years ago

scj643 commented 3 years ago

There is a possibility for an AnsibleMapping object to not have the module key when parsing user modules. If that's the case, just skip over it.

pearofducks commented 3 years ago

Thanks!