diff options
Diffstat (limited to 'syntax/modules/owner-match.vim')
-rw-r--r-- | syntax/modules/owner-match.vim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/syntax/modules/owner-match.vim b/syntax/modules/owner-match.vim new file mode 100644 index 00000000..02103a62 --- /dev/null +++ b/syntax/modules/owner-match.vim @@ -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 |