vim-polyglot/syntax/modules/lua-upstream.vim
Adam Stankiewicz e685e4b431
Update
2017-02-02 21:16:29 +01:00

8 lines
235 B
VimL

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