mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-09 20:13:51 -05:00
Update
This commit is contained in:
12
syntax/modules/stream-lua.vim
Normal file
12
syntax/modules/stream-lua.vim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user