diff --git a/config/docs/yazi.md b/config/docs/yazi.md index c57d0d8ae..fabc07b2b 100644 --- a/config/docs/yazi.md +++ b/config/docs/yazi.md @@ -82,6 +82,7 @@ rules = [ # { mime = "application/json", use = "text" }, { name = "*.json", use = "text" }, + # Multiple openers for a single rule { name = "*.html", use = [ "browser", "text" ] }, ] ```