Skip to content

Commit 26a65ab

Browse files
committed
refactor: fix icons order
1 parent c1ec475 commit 26a65ab

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

data/file-icons.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,6 @@ export let fileIcons: FileIcon[] = [
6060
name: 'C#',
6161
id: 'cs',
6262
},
63-
{
64-
extensions: [
65-
'sh',
66-
'ksh',
67-
'csh',
68-
'tcsh',
69-
'zsh',
70-
'bash',
71-
'bat',
72-
'cmd',
73-
'awk',
74-
'fish',
75-
'exp',
76-
'nu',
77-
],
78-
files: ['commit-msg', 'pre-commit', 'pre-push', 'post-merge'],
79-
name: 'Console',
80-
id: 'console',
81-
},
8263
{
8364
files: ['.clineignore', '.clinerules'],
8465
name: 'Cline',
@@ -110,6 +91,25 @@ export let fileIcons: FileIcon[] = [
11091
name: 'CommitLint',
11192
id: 'commitlint',
11293
},
94+
{
95+
extensions: [
96+
'sh',
97+
'ksh',
98+
'csh',
99+
'tcsh',
100+
'zsh',
101+
'bash',
102+
'bat',
103+
'cmd',
104+
'awk',
105+
'fish',
106+
'exp',
107+
'nu',
108+
],
109+
files: ['commit-msg', 'pre-commit', 'pre-push', 'post-merge'],
110+
name: 'Console',
111+
id: 'console',
112+
},
113113
{
114114
extensions: ['css'],
115115
name: 'CSS',

0 commit comments

Comments
 (0)