mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
Add .zstd extension for zstandard archives
This commit is contained in:
parent
dbb902aaec
commit
f81c55e862
1 changed files with 2 additions and 1 deletions
|
@ -492,7 +492,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.ttf 38;5;66
|
||||
.otf 38;5;66
|
||||
# Web Open Font Format
|
||||
.woff 38;5;66
|
||||
.woff 38;5;66
|
||||
.woff2 38;5;66
|
||||
# postscript fonts
|
||||
.PFA 38;5;66
|
||||
|
@ -521,6 +521,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.zoo 38;5;40
|
||||
.zpaq 38;5;40
|
||||
.zst 38;5;40
|
||||
.zstd 38;5;40
|
||||
.zz 38;5;40
|
||||
# packaged apps {{{2
|
||||
.apk 38;5;215
|
||||
|
|
Loading…
Reference in a new issue