diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-07-28 17:54:35 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-07-28 17:54:35 +0200 |
commit | ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd (patch) | |
tree | 2306b79bdae6846233214734753be86ca6a13d7f /syntax/ansible.vim | |
parent | 554a6ac7575f87b5b85d1b2bf60e7071c4164cbc (diff) | |
download | vim-polyglot-ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd.tar.gz vim-polyglot-ce31cd1d2f4e8eee9fd91325e4599f15cb9566fd.zip |
Update
Diffstat (limited to 'syntax/ansible.vim')
-rw-r--r-- | syntax/ansible.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/ansible.vim b/syntax/ansible.vim index 8a10ec59..1398a8c7 100644 --- a/syntax/ansible.vim +++ b/syntax/ansible.vim @@ -92,7 +92,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' |