Add ansible support, closes #96

This commit is contained in:
Adam Stankiewicz
2015-12-17 10:48:07 +01:00
parent ad44c4f7a3
commit 7679a92627
9 changed files with 378 additions and 0 deletions

8
ftplugin/ansible.vim Normal file
View File

@@ -0,0 +1,8 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'ansible') == -1
" Slow yaml highlighting workaround
if exists('+regexpengine') && ('&regexpengine' == 0)
setlocal regexpengine=1
endif
endif