mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-11-13 07:11:09 +01:00
Merge pull request #45 from karlmutch/master
Moved go extensions from the image section to reflect golang, added s…
This commit is contained in:
commit
90a2c1a416
1 changed files with 11 additions and 1 deletions
12
LS_COLORS
12
LS_COLORS
|
@ -64,6 +64,11 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
*COPYRIGHT 38;5;220;1
|
||||
*AUTHORS 38;5;220;1
|
||||
*HISTORY 38;5;220;1
|
||||
*CONTRIBUTORS 38;5;220;1
|
||||
*PATENTS 38;5;220;1
|
||||
*VERSION 38;5;220;1
|
||||
*NOTICE 38;5;220;1
|
||||
*CHANGES 38;5;220;1
|
||||
.log 38;5;190
|
||||
# plain-text {{{2
|
||||
.txt 38;5;253
|
||||
|
@ -97,6 +102,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.doc 38;5;111
|
||||
.docx 38;5;111
|
||||
.eps 38;5;111
|
||||
.ps 38;5;111
|
||||
.odb 38;5;111
|
||||
.odt 38;5;111
|
||||
# presentation {{{3
|
||||
|
@ -192,6 +198,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.cp 38;5;81
|
||||
.cpp 38;5;81
|
||||
.cxx 38;5;81
|
||||
# Google golang
|
||||
.go 38;5;81
|
||||
# fortran
|
||||
.f 38;5;81
|
||||
.for 38;5;81
|
||||
|
@ -250,6 +258,9 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
# automake
|
||||
.am 38;5;242
|
||||
.in 38;5;242
|
||||
.hin 38;5;242
|
||||
.scan 38;5;242
|
||||
.m4 38;5;242
|
||||
.old 38;5;242
|
||||
.out 38;5;242
|
||||
.SKIP 38;5;244
|
||||
|
@ -264,7 +275,6 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.TIFF 38;5;97
|
||||
.cdr 38;5;97
|
||||
.gif 38;5;97
|
||||
.go 38;5;97
|
||||
.ico 38;5;97
|
||||
.jpeg 38;5;97
|
||||
.JPG 38;5;97
|
||||
|
|
Loading…
Reference in a new issue