mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-09 15:06:37 +08:00
ini filetype support (#8628)
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -2s
Some checks failed
SonarCloud Scan / SonarCloud (push) Failing after -2s
This commit is contained in:
parent
82dd993751
commit
e93afc33aa
1 changed files with 4 additions and 0 deletions
|
@ -95,6 +95,10 @@ export const Languages = [
|
||||||
label: 'css',
|
label: 'css',
|
||||||
value: ['css'],
|
value: ['css'],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'ini',
|
||||||
|
value: ['ini'],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const Rewrites = [
|
export const Rewrites = [
|
||||||
|
|
Loading…
Add table
Reference in a new issue