mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Format & Remove one duplicate entry
This commit is contained in:
parent
3ec78dc6ef
commit
03ec230957
1 changed files with 42 additions and 43 deletions
|
|
@ -158,10 +158,10 @@ rules = [
|
|||
{ mime = "application/xz", fg = "magenta" },
|
||||
|
||||
# Documents
|
||||
{ mime = "application/doc", fg = "green"},
|
||||
{ mime = "application/pdf", fg = "green"},
|
||||
{ mime = "application/rtf", fg = "green"},
|
||||
{ mime = "application/vnd.*", fg = "green"},
|
||||
{ mime = "application/doc", fg = "green" },
|
||||
{ mime = "application/pdf", fg = "green" },
|
||||
{ mime = "application/rtf", fg = "green" },
|
||||
{ mime = "application/vnd.*", fg = "green" },
|
||||
|
||||
# Fallback
|
||||
# { name = "*", fg = "white" },
|
||||
|
|
@ -201,8 +201,8 @@ rules = [
|
|||
"*.txt" = ""
|
||||
"*.md" = ""
|
||||
"*.rst" = ""
|
||||
"COPYING" = ""
|
||||
"LICENSE" = ""
|
||||
COPYING = ""
|
||||
LICENSE = ""
|
||||
|
||||
# Archives
|
||||
"*.zip" = ""
|
||||
|
|
@ -213,7 +213,7 @@ rules = [
|
|||
"*.xz" = ""
|
||||
|
||||
# Documents
|
||||
"*.csv" = ""
|
||||
"*.csv" = ""
|
||||
"*.doc" = ""
|
||||
"*.doct" = ""
|
||||
"*.docx" = ""
|
||||
|
|
@ -228,7 +228,6 @@ rules = [
|
|||
"*.ppt" = ""
|
||||
"*.potx" = ""
|
||||
"*.ppmx" = ""
|
||||
"*.ppmx" = ""
|
||||
"*.ppsx" = ""
|
||||
"*.pptx" = ""
|
||||
"*.xlc" = ""
|
||||
|
|
@ -268,43 +267,43 @@ rules = [
|
|||
"*.HEIC" = ""
|
||||
|
||||
# Programming
|
||||
"*.c" = ""
|
||||
"*.cpp" = ""
|
||||
"*.h" = ""
|
||||
"*.hpp" = ""
|
||||
"*.rs" = ""
|
||||
"*.go" = ""
|
||||
"*.py" = ""
|
||||
"*.js" = ""
|
||||
"*.ts" = ""
|
||||
"*.tsx" = ""
|
||||
"*.jsx" = ""
|
||||
"*.rb" = ""
|
||||
"*.php" = ""
|
||||
"*.java" = ""
|
||||
"*.sh" = ""
|
||||
"*.fish" = ""
|
||||
"*.swift" = ""
|
||||
"*.vim" = ""
|
||||
"*.lua" = ""
|
||||
"*.html" = ""
|
||||
"*.css" = ""
|
||||
"*.scss" = ""
|
||||
"*.json" = ""
|
||||
"*.toml" = ""
|
||||
"*.yml" = ""
|
||||
"*.yaml" = ""
|
||||
"*.ini" = ""
|
||||
"*.conf" = ""
|
||||
"*.lock" = ""
|
||||
"*.nix" = ""
|
||||
"Containerfile" = ""
|
||||
"Dockerfile" = ""
|
||||
"*.c" = ""
|
||||
"*.cpp" = ""
|
||||
"*.h" = ""
|
||||
"*.hpp" = ""
|
||||
"*.rs" = ""
|
||||
"*.go" = ""
|
||||
"*.py" = ""
|
||||
"*.js" = ""
|
||||
"*.ts" = ""
|
||||
"*.tsx" = ""
|
||||
"*.jsx" = ""
|
||||
"*.rb" = ""
|
||||
"*.php" = ""
|
||||
"*.java" = ""
|
||||
"*.sh" = ""
|
||||
"*.fish" = ""
|
||||
"*.swift" = ""
|
||||
"*.vim" = ""
|
||||
"*.lua" = ""
|
||||
"*.html" = ""
|
||||
"*.css" = ""
|
||||
"*.scss" = ""
|
||||
"*.json" = ""
|
||||
"*.toml" = ""
|
||||
"*.yml" = ""
|
||||
"*.yaml" = ""
|
||||
"*.ini" = ""
|
||||
"*.conf" = ""
|
||||
"*.lock" = ""
|
||||
"*.nix" = ""
|
||||
Containerfile = ""
|
||||
Dockerfile = ""
|
||||
|
||||
# Misc
|
||||
"*.bin" = ""
|
||||
"*.exe" = ""
|
||||
"*.pkg" = ""
|
||||
"*.bin" = ""
|
||||
"*.exe" = ""
|
||||
"*.pkg" = ""
|
||||
|
||||
# Default
|
||||
"*" = ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue