summaryrefslogblamecommitdiffstats
path: root/syntax/modules/slice.vim
blob: edfa808b134b7c42e6c0298491158c4c83c291f7 (plain) (tree)
1
2
3
4
5



                                                                              
                                          








                                                     
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Slice Module <https://github.com/alibaba/nginx-http-slice>
" Nginx module for serving a file in slices (reverse byte-range)
" syn keyword ngxDirectiveThirdParty slice
syn keyword ngxDirectiveThirdParty slice_arg_begin
syn keyword ngxDirectiveThirdParty slice_arg_end
syn keyword ngxDirectiveThirdParty slice_header
syn keyword ngxDirectiveThirdParty slice_footer
syn keyword ngxDirectiveThirdParty slice_header_first
syn keyword ngxDirectiveThirdParty slice_footer_last


endif