diff options
Diffstat (limited to 'syntax/modules/http-js.vim')
-rw-r--r-- | syntax/modules/http-js.vim | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/syntax/modules/http-js.vim b/syntax/modules/http-js.vim deleted file mode 100644 index fe16fb9c..00000000 --- a/syntax/modules/http-js.vim +++ /dev/null @@ -1,15 +0,0 @@ -if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 - -" HTTP JavaScript Module <https://github.com/peter-leonov/ngx_http_js_module> -" Embedding SpiderMonkey. Nearly full port on Perl module. -syn keyword ngxDirectiveThirdParty js -syn keyword ngxDirectiveThirdParty js_filter -syn keyword ngxDirectiveThirdParty js_filter_types -syn keyword ngxDirectiveThirdParty js_load -syn keyword ngxDirectiveThirdParty js_maxmem -syn keyword ngxDirectiveThirdParty js_require -syn keyword ngxDirectiveThirdParty js_set -syn keyword ngxDirectiveThirdParty js_utf8 - - -endif |