summaryrefslogtreecommitdiffstats
path: root/syntax/modules/log-if.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/log-if.vim')
-rw-r--r--syntax/modules/log-if.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/syntax/modules/log-if.vim b/syntax/modules/log-if.vim
deleted file mode 100644
index 852b33ee..00000000
--- a/syntax/modules/log-if.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Log If Module <https://github.com/cfsego/ngx_log_if>
-" Conditional accesslog for nginx
-syn keyword ngxDirectiveThirdParty access_log_bypass_if
-
-
-endif