From e404a658b1647fad396a954776eda0bdabf8353c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Tue, 20 Dec 2016 20:57:20 +0100 Subject: Update --- syntax/modules/stream-lua.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 syntax/modules/stream-lua.vim (limited to 'syntax/modules/stream-lua.vim') diff --git a/syntax/modules/stream-lua.vim b/syntax/modules/stream-lua.vim new file mode 100644 index 00000000..1e51ac92 --- /dev/null +++ b/syntax/modules/stream-lua.vim @@ -0,0 +1,12 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 + +" Stream Lua 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 -- cgit v1.2.3