pearofducks / ansible-vim

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

Indentation and removal of legacy keywords. #98

Closed dvzrv closed 4 years ago

dvzrv commented 4 years ago

UltiSnips/generate.py:

Fixing the indentation of the snippets (plus one tab each). Removing all newlines from description strings (as they otherwise break the snippets). Removing the obsolete 'endsnippet' keywords Removing the invalid 'priority -50' string at the beginning of the file.

Closes #96 Closes #97

pearofducks commented 4 years ago

Thanks for filing a PR to fix the issues you're experiencing, I'd like to get a reproduction against at least one of those issues though before looking into merging.

dvzrv commented 4 years ago

Argh, yesterday I realized that I installed the (meant to be) ultisnip snippet to the standard snippets directory, which is sourced by snipmate instead....

This is also the reason, why this didn't work for me properly.

I will close this pull request, because it is void.