1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# data/languages.yml
Rust:
type: programming
color: "#dea584"
extensions:
- ".rs"
- ".rs.in"
Python:
type: programming
color: "#3572A5"
extensions:
- ".py"
- ".pyi"
filenames:
- "SConstruct"
C:
type: programming
color: "#555555"
extensions:
- ".c"
- ".h"
C++:
type: programming
color: "#f34b7d"
extensions:
- ".cc"
- ".cpp"
- ".cxx"
- ".c++"
- ".hh"
- ".hpp"
- ".hxx"
- ".h++"
Makefile:
type: programming
color: "#427819"
extensions:
- ".mak"
- ".mk"
filenames:
- "Makefile"
- "makefile"
- "Gnumakefile"