summaryrefslogtreecommitdiffstats
path: root/syntax/modules/lua-upstream.vim
blob: cebee54598be169d5128cd049cbf09e29e2225d8 (plain) (blame)
1
2
3
4
5
6
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