summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
author=?UTF-8?q?Beno=C3=AEt=20Ryder?= <benoit@ryder.fr>2022-09-23 20:33:39 +0100
committerBram Moolenaar <Bram@vim.org>2022-09-23 20:33:39 +0100
commit35fdd9a67d73d4750152c419d4193ebb6b6d6eee (patch)
treeeb8cb6cb3f0cb7a251ef81884d4cd60c3641013e /runtime/filetype.vim
parent3bcd0ddc2deb34794c735c6ea0b8f964b510c6db (diff)
patch 9.0.0562: HSL playlist files are not recognizedv9.0.0562
Problem: HSL playlist files are not recognized. Solution: Add a pattern to recognize HSL palylist files. (BenoƮt Ryder, closes #11204)
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 78d723c582..17697a1297 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -844,6 +844,9 @@ au BufNewFile,BufRead *.hex,*.h32 setf hex
" Hjson
au BufNewFile,BufRead *.hjson setf hjson
+" HLS Playlist
+au BufNewFile,BufRead *.m3u8 setf hlsplaylist
+
" Hollywood
au BufRead,BufNewFile *.hws setf hollywood