mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Add onSegmentPopped, add more tests, improve validation, improve M3U8 grammar
This commit is contained in:
@@ -56,6 +56,13 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"match": "^(#)(EXT-X-[A-Z0-9-]+|EXT-[A-Z0-9-]+)$",
|
||||
"captures": {
|
||||
"1": { "name": "punctuation.definition.comment.m3u8" },
|
||||
"2": { "name": "keyword.control.tag.m3u8" }
|
||||
}
|
||||
},
|
||||
{
|
||||
"match": "^[^#\\s][^\\n]*$",
|
||||
"name": "source.m3u8.uri"
|
||||
|
||||
Reference in New Issue
Block a user