mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
Update
This commit is contained in:
11
syntax/modules/audio-track-for-hls.vim
Normal file
11
syntax/modules/audio-track-for-hls.vim
Normal file
@@ -0,0 +1,11 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Nginx Audio Track for HTTP Live Streaming <https://github.com/flavioribeiro/nginx-audio-track-for-hls-module>
|
||||
" This nginx module generates audio track for hls streams on the fly.
|
||||
syn keyword ngxDirectiveThirdParty ngx_hls_audio_track
|
||||
syn keyword ngxDirectiveThirdParty ngx_hls_audio_track_rootpath
|
||||
syn keyword ngxDirectiveThirdParty ngx_hls_audio_track_output_format
|
||||
syn keyword ngxDirectiveThirdParty ngx_hls_audio_track_output_header
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user