SublimeText / YamlPipelines

Sublime Syntax Definitions for YAML CI/CD pipelines like GitHub Actions, AzureDevops, Kong API Gateway, Gitlab CICD, Bitbucket, Drone CI etc.
MIT License
18 stars 1 forks source link

Ansible support #21

Open michaelblyons opened 5 months ago

michaelblyons commented 5 months ago

There is already an Ansible package in Package Control that uses with_prototype, but I think this framework could inject better Ansible conventions than they do.

deathaxe commented 5 months ago

With regards to https://github.com/clifford-github/sublime-ansible/blob/37b86e1a31882bf3092077f248543f8a58ce10d0/Ansible.sublime-syntax#L85 it appears most of it is already covered by https://github.com/Sublime-Instincts/BetterJinja/pull/22, which comes with a YAML (Jinja) syntax.