summaryrefslogtreecommitdiffstats
path: root/syntax/modules/owner-match.vim
blob: 02103a623fd2a39a5badf01d1d76a35f88aa7944 (plain) (blame)
1
2
3
4
5
6
7
8
9
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