pearofducks / ansible-vim

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

Update keywords in an ansible syntax file #120

Closed me-vlad closed 3 years ago

me-vlad commented 3 years ago

Added new keywords:

ansible_extra_special_keywords: debugger, vars_prompt, roles, tags

ansible_normal_keywords: include_tasks import_tasks include_role import_role import_playbook, become_method become_flag become_pass become_exe, listen

ansible_with_keywords: loop_control

pearofducks commented 3 years ago

Thanks for putting this together!