pearofducks / ansible-vim

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

Making UltiSnip snippet reproducible #105

Closed dvzrv closed 4 years ago

dvzrv commented 4 years ago

UltiSnips/generate.py: Dropping python2 support. Modularizing the retrieval of files, the retrieval of docstring information, the creation of per-module snippet strings and the writing of the snippet file. Making the sorting of files and module options and their parameters implicit. Introducing string replacements based on reserved chars in UltiSnip's tabstops. Adding documentation to all functions. Black formatting code.

Closes #104

pearofducks commented 4 years ago

Thanks!