fix: add required url field to yazi filetype is-rules
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -184,21 +184,25 @@ mime = "text/*"
|
||||
fg = "#D8DEE9"
|
||||
|
||||
[[filetype.rules]]
|
||||
url = "*"
|
||||
is = "exec"
|
||||
fg = "#A3BE8C"
|
||||
bold = true
|
||||
|
||||
[[filetype.rules]]
|
||||
url = "*"
|
||||
is = "orphan"
|
||||
fg = "#BF616A"
|
||||
bold = true
|
||||
|
||||
[[filetype.rules]]
|
||||
url = "*"
|
||||
is = "link"
|
||||
fg = "#8FBCBB"
|
||||
italic = true
|
||||
|
||||
[[filetype.rules]]
|
||||
url = "*"
|
||||
is = "dir"
|
||||
fg = "#81A1C1"
|
||||
bold = true
|
||||
|
||||
Reference in New Issue
Block a user