mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
feat: Add opus file type
Adds support for [Opus audio format](https://en.m.wikipedia.org/wiki/Opus_(audio_format)). Opus is widely used and has replaced mp3 in many places.
This commit is contained in:
parent
d01e18067c
commit
c566faded7
1 changed files with 1 additions and 0 deletions
|
|
@ -268,6 +268,7 @@ rules = [
|
|||
{ name = "*.m4a" , text = "", fg = "#66D8EF" },
|
||||
{ name = "*.mp3" , text = "", fg = "#66D8EF" },
|
||||
{ name = "*.ogg" , text = "", fg = "#66D8EF" },
|
||||
{ name = "*.opus", text = "", fg = "#66D8EF" },
|
||||
{ name = "*.wav" , text = "", fg = "#66D8EF" },
|
||||
|
||||
# Documents
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue