Skip to content

Commit 40e28ee

Browse files
authored
Add missing keyword: children. (pearofducks#123)
For YAML inventory files, using filetype=yaml.ansible, the keyword "children" should be highlighted in the same way that "hosts" is highlighted.
1 parent 8040992 commit 40e28ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/ansible.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ if exists("g:ansible_extra_keywords_highlight")
8888
\ debugger always_run check_mode diff no_log args tags force_handlers
8989
\ vars vars_files vars_prompt delegate_facts delegate_to
9090
\ any_errors_fatal ignore_errors ignore_unreachable max_fail_percentage
91-
\ connection hosts port remote_user module_defaults
91+
\ connection children hosts port remote_user module_defaults
9292
\ environment fact_path gather_facts gather_subset gather_timeout
9393
\ async poll throttle timeout order run_once serial strategy
9494
\ containedin='.s:yamlKey.' contained'

0 commit comments

Comments
 (0)