summaryrefslogtreecommitdiffstats
path: root/syntax/modules/js.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/js.vim')
-rw-r--r--syntax/modules/js.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/syntax/modules/js.vim b/syntax/modules/js.vim
deleted file mode 100644
index 756a6c1e..00000000
--- a/syntax/modules/js.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
-
-" JS Module <https://github.com/peter-leonov/ngx_http_js_module>
-" Reflect the nginx functionality in JS
-syn keyword ngxDirectiveThirdParty js
-syn keyword ngxDirectiveThirdParty js_access
-syn keyword ngxDirectiveThirdParty js_load
-syn keyword ngxDirectiveThirdParty js_set
-
-
-endif