code-languages 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/api.cjs +1 -1
- package/dist/api.cjs.map +1 -1
- package/dist/api.js +1 -1
- package/dist/api.js.map +1 -1
- package/dist/detect.cjs +1 -1
- package/dist/detect.cjs.map +1 -1
- package/dist/detect.js +1 -1
- package/dist/detect.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/languages/astro.cjs +1 -1
- package/dist/languages/astro.cjs.map +1 -1
- package/dist/languages/astro.js +1 -1
- package/dist/languages/astro.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -358,7 +358,7 @@ console.log(detectLanguages("include/config.h").map((language) => language.slug)
|
|
|
358
358
|
|---|---|---|---|---|---|
|
|
359
359
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/5/59/SAP_2011_logo.svg" alt="ABAP logo" width="24" height="24"> | ABAP | `abap` | `.abap` | `ABAP Platform 2025 FPS01` | `code-languages/abap` |
|
|
360
360
|
| <img src="https://cdn.simpleicons.org/dotnet/512BD4" alt="ASP/ASPX logo" width="24" height="24"> | ASP/ASPX | `asp` | `.asp`, `.aspx`, `.ascx`, `.ashx`, `.asmx`, `.master` | `4.8.1` | `code-languages/asp` |
|
|
361
|
-
| <img src="https://astro.build/assets/press/astro-icon-light.svg" alt="Astro logo" width="24" height="24"> | Astro | `astro` | `.astro` | `6.3.
|
|
361
|
+
| <img src="https://astro.build/assets/press/astro-icon-light.svg" alt="Astro logo" width="24" height="24"> | Astro | `astro` | `.astro` | `6.3.2` | `code-languages/astro` |
|
|
362
362
|
| <img src="https://cdn.simpleicons.org/assemblyscript/007AAC" alt="Assembly logo" width="24" height="24"> | Assembly | `assembly` | `.asm`, `.s`, `.S`, `.inc` | `Architecture-specific` | `code-languages/assembly` |
|
|
363
363
|
| <img src="https://bashlogo.com/img/symbol/svg/full_colored_dark.svg" alt="Bash logo" width="24" height="24"> | Bash | `bash` | `.sh`, `.bash`, `.bashrc`, `.bash_profile`, `.bash_login`, `.profile` | `5.3` | `code-languages/bash` |
|
|
364
364
|
| <img src="https://icons.iconarchive.com/icons/simpleicons-team/simple/128/windowsterminal-icon.png" alt="Batch logo" width="24" height="24"> | Batch | `batch` | `.bat`, `.cmd` | `Windows Command Processor` | `code-languages/batch` |
|
package/dist/api.cjs
CHANGED
|
@@ -143,7 +143,7 @@ var init_astro = __esm({
|
|
|
143
143
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
144
144
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
145
145
|
},
|
|
146
|
-
version: "6.3.
|
|
146
|
+
version: "6.3.2",
|
|
147
147
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
148
148
|
i18n: {
|
|
149
149
|
en: {
|