summaryrefslogtreecommitdiffstats
path: root/syntax/modules/mp4-streaming.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/mp4-streaming.vim')
-rw-r--r--syntax/modules/mp4-streaming.vim8
1 files changed, 0 insertions, 8 deletions
diff --git a/syntax/modules/mp4-streaming.vim b/syntax/modules/mp4-streaming.vim
deleted file mode 100644
index 4e1ce008..00000000
--- a/syntax/modules/mp4-streaming.vim
+++ /dev/null
@@ -1,8 +0,0 @@
-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.
-" syn keyword ngxDirectiveThirdParty mp4
-
-
-endif