ini filetype support (#8628)

This commit is contained in:
Alan
2025-05-14 16:52:41 +08:00
committed by GitHub
parent 82dd993751
commit e93afc33aa

View File

@@ -95,6 +95,10 @@ export const Languages = [
label: 'css',
value: ['css'],
},
{
label: 'ini',
value: ['ini'],
},
];
export const Rewrites = [