pearofducks / ansible-vim

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

Add highlighting for new task includes #44

Closed dehesselle closed 6 years ago

dehesselle commented 6 years ago

This is a very small PR to enable the new keywords 'include_tasks' and 'import_tasks' to be highlighted like 'include'. These two have been introduced with Ansible 2.4.

See the Ansible documentation for more info about this change: http://docs.ansible.com/ansible/2.4/playbooks_reuse_includes.html

pearofducks commented 6 years ago

Good catch, thanks for the PR on this!