summaryrefslogtreecommitdiffstats
path: root/syntax/modules/accept-language.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/accept-language.vim')
-rw-r--r--syntax/modules/accept-language.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/syntax/modules/accept-language.vim b/syntax/modules/accept-language.vim
deleted file mode 100644
index 2d9ef32d..00000000
--- a/syntax/modules/accept-language.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Accept Language Module <https://www.nginx.com/resources/wiki/modules/accept_language/>
-" Parses the Accept-Language header and gives the most suitable locale from a list of supported locales.
-syn keyword ngxDirectiveThirdParty set_from_accept_language
-
-
-endif