Skip to content

Commit e93afc3

Browse files
authored
ini filetype support (#8628)
1 parent 82dd993 commit e93afc3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/global/mimetype.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ export const Languages = [
9595
label: 'css',
9696
value: ['css'],
9797
},
98+
{
99+
label: 'ini',
100+
value: ['ini'],
101+
},
98102
];
99103

100104
export const Rewrites = [

0 commit comments

Comments
 (0)