summaryrefslogtreecommitdiffstats
path: root/syntax/modules/brotli.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/brotli.vim')
-rw-r--r--syntax/modules/brotli.vim14
1 files changed, 0 insertions, 14 deletions
diff --git a/syntax/modules/brotli.vim b/syntax/modules/brotli.vim
deleted file mode 100644
index 077dc560..00000000
--- a/syntax/modules/brotli.vim
+++ /dev/null
@@ -1,14 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" Brotli Module <https://github.com/google/ngx_brotli>
-" Nginx module for Brotli compression
-syn keyword ngxDirectiveThirdParty brotli_static
-syn keyword ngxDirectiveThirdParty brotli
-syn keyword ngxDirectiveThirdParty brotli_types
-syn keyword ngxDirectiveThirdParty brotli_buffers
-syn keyword ngxDirectiveThirdParty brotli_comp_level
-syn keyword ngxDirectiveThirdParty brotli_window
-syn keyword ngxDirectiveThirdParty brotli_min_length
-
-
-endif