summaryrefslogtreecommitdiffstats
path: root/syntax/modules/audio-track-for-hls.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/audio-track-for-hls.vim')
-rw-r--r--syntax/modules/audio-track-for-hls.vim11
1 files changed, 11 insertions, 0 deletions
diff --git a/syntax/modules/audio-track-for-hls.vim b/syntax/modules/audio-track-for-hls.vim
new file mode 100644
index 00000000..afe98957
--- /dev/null
+++ b/syntax/modules/audio-track-for-hls.vim
@@ -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