mirror of
https://github.com/trapd00r/LS_COLORS.git
synced 2024-12-22 13:52:12 +01:00
add .cc for c++ and .m{,m} for cocoa (closes #15)
This commit is contained in:
parent
549bb28719
commit
2c311ea5a7
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
# LS_COLORS
|
||||
# Maintainer: Magnus Woldrich <m@japh.se>
|
||||
# URL: https://github.com/trapd00r/LS_COLORS
|
||||
# Version: 0.240
|
||||
# Updated: 2013-04-04 13:09:22
|
||||
# Version: 0.244
|
||||
# Updated: 2013-04-10 13:03:55
|
||||
#
|
||||
# This is a collection of extension:color mappings, suitable to use as your
|
||||
# LS_COLORS environment variable. Most of them use the extended color map,
|
||||
|
@ -52,6 +52,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.bash 38;5;173
|
||||
.bat 38;5;108
|
||||
.c 38;5;110
|
||||
.cc 38;5;24;1
|
||||
.cfg 1
|
||||
.cl 38;5;204;1
|
||||
.coffee 38;5;94;1
|
||||
|
@ -88,6 +89,8 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
|
|||
.lisp 38;5;204;1
|
||||
.log 38;5;190
|
||||
.lua 38;5;34;1
|
||||
.m 38;5;130;3
|
||||
.mm 38;5;130;3
|
||||
.map 38;5;58;3
|
||||
.markdown 38;5;184
|
||||
.md 38;5;184
|
||||
|
|
Loading…
Reference in a new issue