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/devel-kit.vim | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 syntax/modules/devel-kit.vim (limited to 'syntax/modules/devel-kit.vim') diff --git a/syntax/modules/devel-kit.vim b/syntax/modules/devel-kit.vim new file mode 100644 index 00000000..b097a8c3 --- /dev/null +++ b/syntax/modules/devel-kit.vim @@ -0,0 +1,10 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 + +" Nginx Development Kit +" The NDK is an Nginx module that is designed to extend the core functionality of the excellent Nginx webserver in a way that can be used as a basis of other Nginx modules. +" NDK_UPSTREAM_LIST +" This submodule provides a directive that creates a list of upstreams, with optional weighting. This list can then be used by other modules to hash over the upstreams however they choose. +syn keyword ngxDirectiveThirdParty upstream_list + + +endif -- cgit v1.2.3