Skip to content

Commit

Permalink
Added markdownlint icon (#2415)
Browse files Browse the repository at this point in the history
* Added markdownlint icon

* Modified markdownlint icon

* Add file names

---------

Signed-off-by: Philipp Kief <[email protected]>
Co-authored-by: Philipp Kief <[email protected]>
  • Loading branch information
okineadev and PKief committed Jul 22, 2024
1 parent ade84ea commit ff627bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions icons/markdownlint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/core/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2479,6 +2479,19 @@ export const fileIcons: FileIcons = {
name: 'grafana-alloy',
fileExtensions: ['alloy'],
},
{
name: 'markdownlint',
fileNames: [
'.markdownlint.json',
'.markdownlint.jsonc',
'.markdownlint.yaml',
'.markdownlint.yml',
'.markdownlint-cli2.jsonc',
'.markdownlint-cli2.yaml',
'.markdownlint-cli2.cjs',
'.markdownlint-cli2.mjs',
],
},
{
name: 'tsil',
fileExtensions: ['ц'],
Expand Down

0 comments on commit ff627bf

Please sign in to comment.