ini filetype support (#8628)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -2s

This commit is contained in:
Alan 2025-05-14 16:52:41 +08:00 committed by GitHub
parent 82dd993751
commit e93afc33aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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