summaryrefslogblamecommitdiffstats
path: root/syntax/modules/subrange.vim
blob: 9f1d0456f68654ccdd86f743d015b5a576d2e8c0 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                              
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Subrange Module <https://github.com/Qihoo360/ngx_http_subrange_module>
" Split one big HTTP/Range request to multiple subrange requesets
syn keyword ngxDirectiveThirdParty subrange


endif