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