summaryrefslogtreecommitdiffstats
path: root/ftplugin/ansible.vim
blob: df766194d1deb597c0a9e96bb52ac3715f6ba9a5 (plain) (blame)
1
2
3
4
5
6
7
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