SublimeText / AFileIcon

Sublime Text File-Specific Icons for Improved Visual Grepping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jest configuration files

QuestionMark3 opened this issue · comments

Hi,

Is it possible to add icons for jest.* files?
For example jest.config.js and jest.setup.ts

Some sample icons I made:

Multi
multi file_type_jest@3x multi file_type_jest@2x multi file_type_jest

Multi with outline
border file_type_jest@3x border file_type_jest@2x border file_type_jest

Single
single file_type_jest@3x single file_type_jest@2x single file_type_jest

Thanks!

Adding the icon is no problem.

Globs like jsest.* can't however be bound. A full extension name such as jest.setup.ts is required.

Thanks!

According to the docs, the jest configuration can also be jest.config.json
Could JSON (Jest) be added for completion's sake?