mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-10 20:43:52 -05:00
Update
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" RTMPT Module <https://github.com/kwojtek/nginx-rtmpt-proxy-module>
|
||||
" Module for nginx to proxy rtmp using http protocol
|
||||
" Module for nginx to proxy rtmp using http protocol
|
||||
syn keyword ngxDirectiveThirdParty rtmpt_proxy_target
|
||||
syn keyword ngxDirectiveThirdParty rtmpt_proxy_rtmp_timeout
|
||||
syn keyword ngxDirectiveThirdParty rtmpt_proxy_http_timeout
|
||||
@@ -9,4 +9,5 @@ syn keyword ngxDirectiveThirdParty rtmpt_proxy
|
||||
syn keyword ngxDirectiveThirdParty rtmpt_proxy_stat
|
||||
syn keyword ngxDirectiveThirdParty rtmpt_proxy_stylesheet
|
||||
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user