summaryrefslogblamecommitdiffstats
path: root/syntax/modules/rtmpt-proxy.vim
blob: de73b1ad21690105d286a12e5c6f249efddbc33a (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11


                                                                              
                                                    






                                                           
 
     
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
syn keyword ngxDirectiveThirdParty rtmpt_proxy_target
syn keyword ngxDirectiveThirdParty rtmpt_proxy_rtmp_timeout
syn keyword ngxDirectiveThirdParty rtmpt_proxy_http_timeout
syn keyword ngxDirectiveThirdParty rtmpt_proxy
syn keyword ngxDirectiveThirdParty rtmpt_proxy_stat
syn keyword ngxDirectiveThirdParty rtmpt_proxy_stylesheet


endif