summaryrefslogtreecommitdiffstats
path: root/syntax/modules/user-agent.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/user-agent.vim')
-rw-r--r--syntax/modules/user-agent.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/syntax/modules/user-agent.vim b/syntax/modules/user-agent.vim
deleted file mode 100644
index a718b2a1..00000000
--- a/syntax/modules/user-agent.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" User Agent Module <https://github.com/alibaba/nginx-http-user-agent>
-" Match browsers and crawlers
-syn keyword ngxDirectiveThirdParty user_agent
-
-
-endif