From b5536264ddea977c6e1b6dc3692b25521cf965ee Mon Sep 17 00:00:00 2001 From: xoraxiom Date: Sat, 24 Jul 2021 13:35:34 -0700 Subject: [PATCH] Add missing keyword: children. For YAML inventory files, using filetype=yaml.ansible, the keyword "children" should be highlighted in the same way that "hosts" is highlighted. --- syntax/ansible.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/ansible.vim b/syntax/ansible.vim index 5f194dc..d17d75a 100644 --- a/syntax/ansible.vim +++ b/syntax/ansible.vim @@ -88,7 +88,7 @@ if exists("g:ansible_extra_keywords_highlight") \ debugger always_run check_mode diff no_log args tags force_handlers \ vars vars_files vars_prompt delegate_facts delegate_to \ any_errors_fatal ignore_errors ignore_unreachable max_fail_percentage - \ connection hosts port remote_user module_defaults + \ connection children hosts port remote_user module_defaults \ environment fact_path gather_facts gather_subset gather_timeout \ async poll throttle timeout order run_once serial strategy \ containedin='.s:yamlKey.' contained'