mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Update
This commit is contained in:
10
syntax/modules/devel-kit.vim
Normal file
10
syntax/modules/devel-kit.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Nginx Development Kit <https://github.com/simpl/ngx_devel_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
|
||||
Reference in New Issue
Block a user