Fix seti icon build script (#297749)

This commit is contained in:
Paul
2026-02-25 10:57:45 -08:00
committed by GitHub
parent e2c2a7db6a
commit c1ecf2f791

View File

@@ -47,7 +47,11 @@ const inheritIconFromLanguage = {
"jsonl": 'json',
"postcss": 'css',
"django-html": 'html',
"blade": 'php'
"blade": 'php',
"prompt": 'markdown',
"instructions": 'markdown',
"chatagent": 'markdown',
"skill": 'markdown'
};
const ignoreExtAssociation = {