Add more source code extensions.

- C        .ii
- C++      .C, .cp, .cxx, .c++, .ii, .H, .hpp, .hxx, .h++, .tcc
- Fortran  .f, .for, .ftn
- Assembly .s, .S, .sx
- Obj-C    .M
This commit is contained in:
Evan Teitelman 2013-04-22 21:25:56 -04:00
parent 9bbcae1198
commit c4cd43f99b
1 changed files with 18 additions and 0 deletions

View File

@ -53,11 +53,17 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.bat 38;5;108
.c 38;5;110
.cc 38;5;24;1
.ii 38;5;24;1
.cfg 1
.cl 38;5;204;1
.coffee 38;5;94;1
.conf 1
.C 38;5;24;1
.cp 38;5;24;1
.cpp 38;5;24;1
.cxx 38;5;24;1
.c++ 38;5;24;1
.ii 38;5;24;1
.cs 38;5;74;1
.css 38;5;91
.csv 38;5;78
@ -72,6 +78,17 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.gitignore 38;5;240
.go 38;5;36;1
.h 38;5;81
.H 38;5;81
.hpp 38;5;81
.hxx 38;5;81
.h++ 38;5;81
.tcc 38;5;81
.f 38;5;81
.for 38;5;81
.ftn 38;5;81
.s 38;5;81
.S 38;5;81
.sx 38;5;81
# interface file in GHC - https://github.com/trapd00r/LS_COLORS/pull/9
.hi 38;5;240
.hs 38;5;155;1
@ -92,6 +109,7 @@ STICKY_OTHER_WRITABLE 48;5;235;38;5;139;3
.m 38;5;130;3
.mht 38;5;129
.mm 38;5;130;3
.M 38;5;130;3
.map 38;5;58;3
.markdown 38;5;184
.md 38;5;184