material-extensions / vscode-material-icon-theme

Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
2.07k stars 629 forks source link

[Icon Request] Markuplint #2312

Open robinloeffel opened 6 months ago

robinloeffel commented 6 months ago

Icon Type

File Names

Graphic ideas

The favicon of https://markuplint.dev would be perfect already! https://markuplint.dev/img/favicon.svg

Additional context

Airkro commented 5 months ago

markuplint using cosmiconfig, so use the built-in pattern is enough:

{
  name: 'markuplint',
  fileNames: [],
  patterns: {
    markuplint: FileNamePattern.Cosmiconfig,
  }
}