mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 05:23:51 -05:00
Update
This commit is contained in:
9
syntax/modules/owner-match.vim
Normal file
9
syntax/modules/owner-match.vim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user