Skip to content

Commit 53a6bef

Browse files
committed
Directly use Unicode symbols in yaml config
1 parent 5d8b828 commit 53a6bef

File tree

2 files changed

+80
-80
lines changed

2 files changed

+80
-80
lines changed

lib/yaml/files.yaml

+69-69
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
1-
ai: "\ue7b4"
2-
android: "\ue70e"
3-
apple: "\uf179"
4-
audio: "\uf001"
5-
avro: "\ue60b"
6-
c: "\ue61e"
7-
clj: "\ue768"
8-
coffee: "\uf0f4"
9-
conf: "\ue615"
10-
cpp: "\ue61d"
11-
css: "\ue749"
12-
d: "\ue7af"
13-
dart: "\ue798"
14-
db: "\uf1c0"
15-
diff: "\uf440"
16-
doc: "\uf1c2"
17-
docker: "\uf308"
18-
ebook: "\ue28b"
19-
env: "\uf462"
20-
epub: "\ue28a"
21-
erl: "\ue7b1"
22-
file: "\uf15b"
23-
font: "\uf031"
24-
gform: "\uf298"
25-
git: "\uf1d3"
26-
go: "\ue626"
27-
gruntfile.js: "\ue74c"
28-
hs: "\ue777"
29-
html: "\uf13b"
30-
image: "\uf1c5"
31-
iml: "\ue7b5"
32-
java: "\ue204"
33-
js: "\ue74e"
34-
json: "\ue60b"
35-
jsx: "\ue7ba"
36-
less: "\ue758"
37-
log: "\uf18d"
38-
lua: "\ue620"
39-
md: "\uf48a"
40-
mustache: "\ue60f"
41-
npmignore: "\ue71e"
42-
pdf: "\uf1c1"
43-
php: "\ue73d"
44-
pl: "\ue769"
45-
ppt: "\uf1c4"
46-
psd: "\ue7b8"
47-
py: "\ue606"
48-
r: "\uf25d"
49-
rb: "\ue21e"
50-
rdb: "\ue76d"
51-
rss: "\uf09e"
52-
rubydoc: "\ue73b"
53-
sass: "\ue603"
54-
scala: "\ue737"
55-
shell: "\uf489"
56-
sqlite3: "\ue7c4"
57-
styl: "\ue600"
58-
tex: "\ue600"
59-
ts: "\ue628"
60-
twig: "\ue61c"
61-
txt: "\uf15c"
62-
video: "\uf03d"
63-
vim: "\ue62b"
64-
windows: "\uf17a"
65-
xls: "\uf1c3"
66-
xml: "\ue619"
67-
yarn.lock: "\ue718"
68-
yml: "\uf481"
69-
zip: "\uf410"
1+
ai: ""
2+
android: ""
3+
apple: ""
4+
audio: ""
5+
avro: ""
6+
c: ""
7+
clj: ""
8+
coffee: ""
9+
conf: ""
10+
cpp: ""
11+
css: ""
12+
d: ""
13+
dart: ""
14+
db: ""
15+
diff: ""
16+
doc: ""
17+
docker: ""
18+
ebook: ""
19+
env: ""
20+
epub: ""
21+
erl: ""
22+
file: ""
23+
font: ""
24+
gform: ""
25+
git: ""
26+
go: ""
27+
gruntfile.js: ""
28+
hs: ""
29+
html: ""
30+
image: ""
31+
iml: ""
32+
java: ""
33+
js: ""
34+
json: ""
35+
jsx: ""
36+
less: ""
37+
log: ""
38+
lua: ""
39+
md: ""
40+
mustache: ""
41+
npmignore: ""
42+
pdf: ""
43+
php: ""
44+
pl: ""
45+
ppt: ""
46+
psd: ""
47+
py: ""
48+
r: ""
49+
rb: ""
50+
rdb: ""
51+
rss: ""
52+
rubydoc: ""
53+
sass: ""
54+
scala: ""
55+
shell: ""
56+
sqlite3: ""
57+
styl: ""
58+
tex: ""
59+
ts: ""
60+
twig: ""
61+
txt: ""
62+
video: ""
63+
vim: ""
64+
windows: ""
65+
xls: ""
66+
xml: ""
67+
yarn.lock: ""
68+
yml: ""
69+
zip: ""

lib/yaml/folders.yaml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
.atom: "\ue764"
2-
.git: "\uf1d3"
3-
.github: "\uf408"
4-
.rvm: "\ue21e"
5-
.Trash: "\uf1f8"
6-
.vscode: "\ue70c"
7-
config: "\ue5fc"
8-
folder: "\uf115"
9-
hidden: "\uf023"
10-
lib: "\uf121"
11-
node_modules: "\ue718"
1+
.atom: ""
2+
.git: ""
3+
.github: ""
4+
.rvm: ""
5+
.Trash: ""
6+
.vscode: ""
7+
config: ""
8+
folder: ""
9+
hidden: ""
10+
lib: ""
11+
node_modules: ""

0 commit comments

Comments
 (0)