Skip to content

Commit

Permalink
Merge pull request #334 from Naveandice/asciidoc-lang
Browse files Browse the repository at this point in the history
feat: ✨ add AsciiDoc support (Asciidoctor icon)
  • Loading branch information
xhayper authored Aug 21, 2024
2 parents babc8f9 + 8e04387 commit 6ed6853
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 6ed6853

Please sign in to comment.