-
Notifications
You must be signed in to change notification settings - Fork 0
/
icons.json
119 lines (119 loc) · 2.76 KB
/
icons.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"iconDefinitions": {
"_file": {
"iconPath": "icons/jiji.png"
},
"_css": {
"iconPath": "icons/epouvantail.png"
},
"_html": {
"iconPath": "icons/moving_castle.png"
},
"_javascript": {
"iconPath": "icons/marnie.png"
},
"_javascript_test": {
"iconPath": "icons/food.png"
},
"_json": {
"iconPath": "icons/ponyo.png"
},
"_git": {
"iconPath": "icons/calcifer.png"
},
"_image": {
"iconPath": "icons/san.png"
},
"_markdown": {
"iconPath": "icons/readme.png"
},
"_license": {
"iconPath": "icons/laputa.png"
},
"_ocaml":{
"iconPath": "icons/ocaml.png"
},
"_python":{
"iconPath": "icons/pythar.png"
},
"_text":{
"iconPath": "icons/txt.jpg"
},
"_c":{
"iconPath": "icons/arriety.png"
},
"_cpp":{
"iconPath": "icons/dust.png"
},
"_csharp":{
"iconPath": "icons/faceless.png"
},
"_java":{
"iconPath": "icons/chihiro.png"
},
"_makefile":{
"iconPath": "icons/spirit.png"
},
"_latex":{
"iconPath": "icons/robot.png"
},
"_visualstudiocode":{
"iconPath": "icons/totoro.png"
},
"_php":{
"iconPath": "icons/nausicaa.png"
}
},
"file": "_file",
"fileExtensions": {
"js": "_javascript",
"jpeg": "_image",
"jpg": "_image",
"gif": "_image",
"png": "_image",
"bmp": "_image",
"ico": "_image",
"svg": "_image",
"node.js": "_javascript_test",
"md": "_markdown",
"git": "_git"
},
"fileNames": {
"license": "_license",
"licence": "_license",
"license.md": "_license",
"licence.md": "_license",
"license.txt": "_license",
"copyright": "_license",
"copyright.md": "_license",
"package.json": "_json",
"package-lock.json": "_json",
"vscodeignore.json": "_visualstudiocode",
"extensions.json": "_visualstudiocode",
"launch.json": "_visualstudiocode",
"settings.json": "_visualstudiocode",
"jsconfig.json": "_json",
"tsconfig.json": "_json",
"contributing": "_markdown",
"metadata": "_markdown",
".gitignore": "_git",
".txt": "_text"
},
"languageIds": {
"git": "_git",
"javascript": "_javascript",
"css": "_css",
"html": "_html",
"json": "_json",
"c": "_c",
"ocaml": "_ocaml",
"cpp" : "_cpp",
"csharp":"_csharp",
"markdown": "_markdown",
"makefile": "_makefile",
"python": "_python",
"php": "_php",
"latex": "_latex",
"java": "_java"
}
}