vim-polyglot/syntax/modules/stream-lua.vim

13 lines
491 B
VimL
Raw Normal View History

2016-12-20 20:57:20 +01:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" Stream Lua Module <https://github.com/openresty/stream-lua-nginx-module>
" Embed the power of Lua into Nginx stream/TCP Servers.
syn keyword ngxDirectiveThirdParty lua_resolver
syn keyword ngxDirectiveThirdParty lua_resolver_timeout
syn keyword ngxDirectiveThirdParty lua_lingering_close
syn keyword ngxDirectiveThirdParty lua_lingering_time
syn keyword ngxDirectiveThirdParty lua_lingering_timeout
endif