Skip to content

Commit

Permalink
Merge pull request #185 from max-programming/main
Browse files Browse the repository at this point in the history
Added Astro Config and Vercel Icons
  • Loading branch information
xhayper committed Mar 8, 2023
2 parents 47b5e2c + 0f13587 commit 04909a2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Binary file added assets/icons/astroconfig.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/tailwind.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/icons/vercel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/data/languages.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,18 @@
"turbo.json": {
"image": "turbo"
},
"/(vercel|now)\\.json/i": {
"image": "vercel"
},
"/\\.prettier((rc)|(\\.(toml|yml|yaml|json|js))?$){2}/i": {
"image": "prettier"
},
"/\\.eslint((rc|ignore)|(\\.(json|js))?$){2}/i": {
"image": "eslint"
},
"/\\.(now|vercel)ignore/i": {
"image": "vercel"
},
"/\\prettier.config.js/i": {
"image": "prettier"
},
Expand All @@ -344,6 +350,9 @@
"/jest.config\\.(js|ts)/i": {
"image": "jest"
},
"/tailwind\\.config\\.(js|cjs)/i": {
"image": "tailwind"
},
"/gatsby-(browser|node|ssr|config)\\.js/i": {
"image": "gatsbyjs"
},
Expand All @@ -362,6 +371,9 @@
".astro": {
"image": "astro"
},
".astro.config.mjs": {
"image": "astroconfig"
},
"androidmanifest.xml": {
"image": "android"
},
Expand Down

0 comments on commit 04909a2

Please sign in to comment.