diff options
Diffstat (limited to '')
-rw-r--r-- | syntax/ansible.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax/ansible.vim b/syntax/ansible.vim index a8032ff1..539594db 100644 --- a/syntax/ansible.vim +++ b/syntax/ansible.vim @@ -1,4 +1,5 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1 + " Vim syntax file " Language: Ansible YAML/Jinja templates " Maintainer: Dave Honneffer <pearofducks@gmail.com> @@ -103,4 +104,5 @@ else endif let b:current_syntax = "ansible" + endif |