vim-polyglot/syntax/modules/mp4-streaming.vim

9 lines
325 B
VimL
Raw Normal View History

2016-12-20 20:57:20 +01:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" MP4 Streaming Lite Module <https://www.nginx.com/resources/wiki/modules/mp4_streaming/>
" Will seek to a certain time within H.264/MP4 files when provided with a 'start' parameter in the URL.
2017-02-02 21:16:29 +01:00
" syn keyword ngxDirectiveThirdParty mp4
2016-12-20 20:57:20 +01:00
endif