-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathicon-assignments.json
178 lines (178 loc) · 6.05 KB
/
icon-assignments.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
{
// ---------------------------- Icon definitions ---------------------------- //
"iconDefinitions": {
// Languages
"_apple": {"iconPath": "./icons/apple.svg"},
"_batch": {"iconPath": "./icons/batch.svg"},
"_c": {"iconPath": "./icons/c.svg"},
"_clojure": {"iconPath": "./icons/clojure.svg"},
"_coffee": {"iconPath": "./icons/coffee.svg"},
"_cpp": {"iconPath": "./icons/cpp.svg"},
"_csharp": {"iconPath": "./icons/csharp.svg"},
"_css": {"iconPath": "./icons/css.svg"},
"_docker": {"iconPath": "./icons/docker.svg"},
"_fsharp": {"iconPath": "./icons/fsharp.svg"},
"_go": {"iconPath": "./icons/go.svg"},
"_handlebars": {"iconPath": "./icons/handlebars.svg"},
"_html": {"iconPath": "./icons/html.svg"},
"_jade": {"iconPath": "./icons/jade.svg"},
"_java": {"iconPath": "./icons/java.svg"},
"_javascript": {"iconPath": "./icons/javascript.svg"},
"_json": {"iconPath": "./icons/json.svg"},
"_less": {"iconPath": "./icons/less.svg"},
"_lua": {"iconPath": "./icons/lua.svg"},
"_markdown": {"iconPath": "./icons/markdown.svg"},
"_matlab": {"iconPath": "./icons/matlab.svg"},
"_perl": {"iconPath": "./icons/perl.svg"},
"_php": {"iconPath": "./icons/php.svg"},
"_powershell": {"iconPath": "./icons/powershell.svg"},
"_python": {"iconPath": "./icons/python.svg"},
"_r": {"iconPath": "./icons/r.svg"},
"_react": {"iconPath": "./icons/react.svg"},
"_ruby": {"iconPath": "./icons/ruby.svg"},
"_rust": {"iconPath": "./icons/rust.svg"},
"_scss": {"iconPath": "./icons/scss.svg"},
"_shellscript": {"iconPath": "./icons/shellscript.svg"},
"_sql": {"iconPath": "./icons/sql.svg"},
"_swift": {"iconPath": "./icons/swift.svg"},
"_tcl": {"iconPath": "./icons/tcl.svg"},
"_typescript": {"iconPath": "./icons/typescript.svg"},
"_vb": {"iconPath": "./icons/vb.svg"},
"_xml": {"iconPath": "./icons/xml.svg"},
"_xsl": {"iconPath": "./icons/xsl.svg"},
"_yml": {"iconPath": "./icons/yml.svg"},
// Folders/files
"_data": {"iconPath": "./icons/data.svg"},
"_excel": {"iconPath": "./icons/excel.svg"},
"_folder_closed": {"iconPath": "./icons/folder_closed.svg"},
"_folder_open": {"iconPath": "./icons/folder_open.svg"},
"_font": {"iconPath": "./icons/font.svg"},
"_generic": {"iconPath": "./icons/generic.svg"},
"_ini": {"iconPath": "./icons/ini.svg"},
"_opensees": {"iconPath": "./icons/opensees.svg"},
"_pdf": {"iconPath": "./icons/pdf.svg"},
"_txt": {"iconPath": "./icons/txt.svg"},
"_word": {"iconPath": "./icons/word.svg"},
"_zip": {"iconPath": "./icons/zip.svg"},
// Extensions
"_exe": {"iconPath": "./icons/exe.svg"},
"_git": {"iconPath": "./icons/git.svg"},
"_gitcat": {"iconPath": "./icons/gitcat.svg"},
"_image": {"iconPath": "./icons/image.svg"},
"_jupyter": {"iconPath": "./icons/jupyter.svg"},
"_sketchup": {"iconPath": "./icons/sketchup.svg"},
"_svg": {"iconPath": "./icons/svg.svg"},
"_tex": {"iconPath": "./icons/tex.svg"}
},
// --------------------------- File associations ---------------------------- //
"file": "_generic",
"folder": "_folder_closed",
"folderExpanded": "_folder_open",
"languageIds": {
},
"fileExtensions": {
// Languages
"bash": "_shellscript",
"bat": "_batch",
"c": "_c",
"cc": "_cpp",
"clj": "_clojure",
"cljc": "_clojure",
"cljs": "_clojure",
"cmd": "_shellscript",
"coffee": "_coffee",
"cpp": "_cpp",
"cs": "_csharp",
"css": "_css",
"cxx": "_cpp",
"diff": "_diff",
"Docker": "_docker",
"dockerfile": "_docker",
"edn": "_clojure",
"es6": "_javascript",
"fs": "_fsharp",
"fsi": "_fsharp",
"fsx": "_fsharp",
"gemfile": "ruby",
"go": "_go",
"handlebars": "_handlebars",
"hpp": "_cpp",
"htm": "_html",
"html": "_html",
"jade": "_jade",
"jar": "_java",
"java": "_java",
"js.coffee": "_coffee",
"js": "_javascript",
"json": "_json",
"jsx": "_react",
"less": "_less",
"lua": "_lua",
"m": "_matlab",
"markdown": "_markdown",
"md": "_markdown",
"perl": "_perl",
"php": "_php",
"pl": "_perl",
"pm": "_perl",
"ps1": "_powershell",
"py": "_python",
"pyw": "_python",
"r": "_r",
"rb": "_ruby",
"rs": "_rust",
"sass": "_scss",
"scss": "_scss",
"sh": "_shellscript",
"sql": "_sql",
"swift": "_swift",
"tcl": "_opensees",
"ts": "_typescript",
"tsx": "_react",
"vb": "_vb",
"xml": "_xml",
"xsl": "_xsl",
"yaml": "_yml",
"yml": "_yml",
// Folders/files
"7z": "_zip",
"doc": "_word",
"docx": "_word",
"gz": "_zip",
"ini": "_ini",
"out": "_data",
"pdf": "_pdf",
"rar": "_zip",
"tar": "_zip",
"ttf": "_font",
"txt": "_txt",
"woff": "_font",
"woff2": "_font",
"xls": "_excel",
"xlsx": "_excel",
"zip": "_zip",
// Extensions
"bmp": "_image",
"exe": "_exe",
"git-commit": "_git",
"git-rebase": "_git",
"gitattributes": "_gitcat",
"gitignore": "_gitcat",
"gitkeep": "_gitcat",
"gitmodules": "_gitcat",
"ipynb": "_jupyter",
"jpeg": "_image",
"jpg": "_image",
"patch": "_git",
"png": "_image",
"skp": "_sketchup",
"svg": "_svg",
"tex": "_tex",
"tif": "_image"
},
"filenames": {
"opensees.exe": "_opensees",
"openseesSP.exe": "_opensees",
"openseesMP.exe": "_opensees"
}
}