summaryrefslogtreecommitdiffstats
path: root/syntax/modules/lua-upstream.vim
blob: 95166f3505332a31a588324f74ebfb9ee01656e6 (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