blob: 491cd80338d0afd2b3da70c100bf6910b0b5a03c (
plain) (
tree)
|
|
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'ansible') != -1
finish
endif
" Slow yaml highlighting workaround
if exists('+regexpengine') && ('®expengine' == 0)
setlocal regexpengine=1
endif
set isfname+=@-@
set path+=./../templates,./../files,templates,files
|