Skip to content

Commit

Permalink
feat: add support for Astro (.astro)
Browse files Browse the repository at this point in the history
fix #48
  • Loading branch information
leonardssh committed Feb 3, 2022
1 parent 26590e6 commit 1d9a196
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"babel.config.js": { "image": "babel" },
".ahk": { "image": "ahk" },
".ahkl": { "image": "ahk" },
".astro": { "image": "astro" },
"androidmanifest.xml": { "image": "android" },
"/^angular[^.]*\\.js$/i": { "image": "angular" },
".applescript": { "image": "applescript" },
Expand Down

0 comments on commit 1d9a196

Please sign in to comment.