From e404a658b1647fad396a954776eda0bdabf8353c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 20 Dec 2016 20:57:20 +0100 Subject: Update --- syntax/modules/http-js.vim | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 syntax/modules/http-js.vim (limited to 'syntax/modules/http-js.vim') diff --git a/syntax/modules/http-js.vim b/syntax/modules/http-js.vim new file mode 100644 index 00000000..fe16fb9c --- /dev/null +++ b/syntax/modules/http-js.vim @@ -0,0 +1,15 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 + +" HTTP JavaScript 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 -- cgit v1.2.3