vim-polyglot/syntax/modules/owner-match.vim
Adam Stankiewicz e404a658b1
Update
2016-12-20 20:57:20 +01:00

10 lines
313 B
VimL

if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" Owner Match Module <https://www.nginx.com/resources/wiki/modules/owner_match/>
" Control access for specific owners and groups of files
syn keyword ngxDirectiveThirdParty omallow
syn keyword ngxDirectiveThirdParty omdeny
endif