Skip to content

Commit

Permalink
feat: ✨ add AsciiDoc support (Asciidoctor icon)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naveandice committed Aug 16, 2024
1 parent 16b57c3 commit ea23b0c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Binary file added assets/icons/asciidoc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"language": "ansible",
"image": "ansible"
},
{
"language": "asciidoc",
"image": "asciidoc"
},
{
"language": "bat",
"image": "bat"
Expand Down Expand Up @@ -476,6 +480,12 @@
".ahkl": {
"image": "ahk"
},
".adoc": {
"image": "asciidoc"
},
".asciidoc": {
"image": "asciidoc"
},
".astro": {
"image": "astro"
},
Expand Down

0 comments on commit ea23b0c

Please sign in to comment.