mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 04:23:51 -05:00
Update
This commit is contained in:
7
syntax/modules/lua-upstream.vim
Normal file
7
syntax/modules/lua-upstream.vim
Normal file
@@ -0,0 +1,7 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Lua Upstream Module <https://github.com/openresty/lua-upstream-nginx-module>
|
||||
" Nginx C module to expose Lua API to ngx_lua for Nginx upstreams
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user