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:
Brixy 2024-04-27 15:57:10 +02:00
parent d01e18067c
commit c566faded7

View file

@ -268,6 +268,7 @@ rules = [
{ name = "*.m4a" , text = "", fg = "#66D8EF" }, { name = "*.m4a" , text = "", fg = "#66D8EF" },
{ name = "*.mp3" , text = "", fg = "#66D8EF" }, { name = "*.mp3" , text = "", fg = "#66D8EF" },
{ name = "*.ogg" , text = "", fg = "#66D8EF" }, { name = "*.ogg" , text = "", fg = "#66D8EF" },
{ name = "*.opus", text = "", fg = "#66D8EF" },
{ name = "*.wav" , text = "", fg = "#66D8EF" }, { name = "*.wav" , text = "", fg = "#66D8EF" },
# Documents # Documents