summaryrefslogtreecommitdiffstats
path: root/syntax/modules/stream-lua.vim
blob: 1e51ac92e453644f9098262716cd48fedd3f3958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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