code-languages 1.43.7 → 1.43.8
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 +2 -2
- package/dist/api.cjs +2 -2
- package/dist/api.js +2 -2
- package/dist/detect.cjs +2 -2
- package/dist/detect.js +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/languages/astro.cjs +1 -1
- package/dist/languages/astro.js +1 -1
- package/dist/languages/gleam.cjs +1 -1
- package/dist/languages/gleam.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -487,7 +487,7 @@ from its package subpath.
|
|
|
487
487
|
| <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` |
|
|
488
488
|
| <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` |
|
|
489
489
|
| <img src="https://avatars.githubusercontent.com/u/28916798?v=4" alt="AssemblyScript logo" width="24" height="24"> | AssemblyScript | `assemblyscript` | `.as` | `0.28.19` | `code-languages/assemblyscript` |
|
|
490
|
-
| <img src="https://astro.build/assets/press/astro-icon-light.svg" alt="Astro logo" width="24" height="24"> | Astro | `astro` | `.astro` | `7.1.
|
|
490
|
+
| <img src="https://astro.build/assets/press/astro-icon-light.svg" alt="Astro logo" width="24" height="24"> | Astro | `astro` | `.astro` | `7.1.6` | `code-languages/astro` |
|
|
491
491
|
| <img src="https://avatars.githubusercontent.com/u/17337956?v=4" alt="Austral logo" width="24" height="24"> | Austral | `austral` | `.aum`, `.aui` | `0.1.0` | `code-languages/austral` |
|
|
492
492
|
| <img src="https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_autohotkey.svg" alt="AutoHotkey logo" width="24" height="24"> | AutoHotkey | `autohotkey` | `.ahk`, `.ah2` | `2.0` | `code-languages/autohotkey` |
|
|
493
493
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Apache_Avro_Logo.svg" alt="Avro IDL logo" width="24" height="24"> | Avro IDL | `avro-idl` | `.avdl` | `1.12.1` | `code-languages/avro-idl` |
|
|
@@ -567,7 +567,7 @@ from its package subpath.
|
|
|
567
567
|
| <img src="https://cdn.simpleicons.org/godotengine/478CBF" alt="GDScript logo" width="24" height="24"> | GDScript | `gdscript` | `.gd` | `4.7` | `code-languages/gdscript` |
|
|
568
568
|
| <img src="https://cdn.simpleicons.org/gnu/A42E2B" alt="Gettext logo" width="24" height="24"> | Gettext | `gettext` | `.po`, `.pot` | `stable` | `code-languages/gettext` |
|
|
569
569
|
| <img src="https://cdn.simpleicons.org/git/F05032" alt="Git logo" width="24" height="24"> | Git | `git` | `.git`, `.gitignore`, `.gitattributes`, `.gitmodules`, `.gitkeep` | `2.55.0` | `code-languages/git` |
|
|
570
|
-
| <img src="https://cdn.simpleicons.org/gleam/FFAFF3" alt="Gleam logo" width="24" height="24"> | Gleam | `gleam` | `.gleam` | `1.
|
|
570
|
+
| <img src="https://cdn.simpleicons.org/gleam/FFAFF3" alt="Gleam logo" width="24" height="24"> | Gleam | `gleam` | `.gleam` | `1.18.0` | `code-languages/gleam` |
|
|
571
571
|
| <img src="https://cdn.simpleicons.org/opengl/5586A4" alt="GLSL logo" width="24" height="24"> | GLSL | `glsl` | `.glsl`, `.vert`, `.frag`, `.geom`, `.tesc`, `.tese`, `.comp`, `.vs`, `.fs` | `4.60` | `code-languages/glsl` |
|
|
572
572
|
| <img src="https://cdn.simpleicons.org/gamemaker/000000" alt="GML logo" width="24" height="24"> | GML | `gml` | `.gml` | `2024.13.0` | `code-languages/gml` |
|
|
573
573
|
| <img src="https://go.dev/blog/go-brand/Go-Logo/SVG/Go-Logo_Blue.svg" alt="Go logo" width="24" height="24"> | Go | `go` | `.go` | `1.26.5` | `code-languages/go` |
|
package/dist/api.cjs
CHANGED
|
@@ -1148,7 +1148,7 @@ var init_astro = __esm({
|
|
|
1148
1148
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
1149
1149
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
1150
1150
|
},
|
|
1151
|
-
version: "7.1.
|
|
1151
|
+
version: "7.1.6",
|
|
1152
1152
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
1153
1153
|
color: "#FF5D01",
|
|
1154
1154
|
i18n: {
|
|
@@ -5880,7 +5880,7 @@ var init_gleam = __esm({
|
|
|
5880
5880
|
packageManagers: ["gleam", "Hex"],
|
|
5881
5881
|
ecosystems: ["BEAM", "Erlang", "Elixir", "JavaScript", "Web"]
|
|
5882
5882
|
},
|
|
5883
|
-
version: "1.
|
|
5883
|
+
version: "1.18.0",
|
|
5884
5884
|
logo: "https://cdn.simpleicons.org/gleam/FFAFF3",
|
|
5885
5885
|
color: "#FFAFF3",
|
|
5886
5886
|
i18n: {
|
package/dist/api.js
CHANGED
|
@@ -1146,7 +1146,7 @@ var init_astro = __esm({
|
|
|
1146
1146
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
1147
1147
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
1148
1148
|
},
|
|
1149
|
-
version: "7.1.
|
|
1149
|
+
version: "7.1.6",
|
|
1150
1150
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
1151
1151
|
color: "#FF5D01",
|
|
1152
1152
|
i18n: {
|
|
@@ -5878,7 +5878,7 @@ var init_gleam = __esm({
|
|
|
5878
5878
|
packageManagers: ["gleam", "Hex"],
|
|
5879
5879
|
ecosystems: ["BEAM", "Erlang", "Elixir", "JavaScript", "Web"]
|
|
5880
5880
|
},
|
|
5881
|
-
version: "1.
|
|
5881
|
+
version: "1.18.0",
|
|
5882
5882
|
logo: "https://cdn.simpleicons.org/gleam/FFAFF3",
|
|
5883
5883
|
color: "#FFAFF3",
|
|
5884
5884
|
i18n: {
|
package/dist/detect.cjs
CHANGED
|
@@ -1084,7 +1084,7 @@ var astro = {
|
|
|
1084
1084
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
1085
1085
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
1086
1086
|
},
|
|
1087
|
-
version: "7.1.
|
|
1087
|
+
version: "7.1.6",
|
|
1088
1088
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
1089
1089
|
color: "#FF5D01",
|
|
1090
1090
|
i18n: {
|
|
@@ -5096,7 +5096,7 @@ var gleam = {
|
|
|
5096
5096
|
packageManagers: ["gleam", "Hex"],
|
|
5097
5097
|
ecosystems: ["BEAM", "Erlang", "Elixir", "JavaScript", "Web"]
|
|
5098
5098
|
},
|
|
5099
|
-
version: "1.
|
|
5099
|
+
version: "1.18.0",
|
|
5100
5100
|
logo: "https://cdn.simpleicons.org/gleam/FFAFF3",
|
|
5101
5101
|
color: "#FFAFF3",
|
|
5102
5102
|
i18n: {
|
package/dist/detect.js
CHANGED
|
@@ -1082,7 +1082,7 @@ var astro = {
|
|
|
1082
1082
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
1083
1083
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
1084
1084
|
},
|
|
1085
|
-
version: "7.1.
|
|
1085
|
+
version: "7.1.6",
|
|
1086
1086
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
1087
1087
|
color: "#FF5D01",
|
|
1088
1088
|
i18n: {
|
|
@@ -5094,7 +5094,7 @@ var gleam = {
|
|
|
5094
5094
|
packageManagers: ["gleam", "Hex"],
|
|
5095
5095
|
ecosystems: ["BEAM", "Erlang", "Elixir", "JavaScript", "Web"]
|
|
5096
5096
|
},
|
|
5097
|
-
version: "1.
|
|
5097
|
+
version: "1.18.0",
|
|
5098
5098
|
logo: "https://cdn.simpleicons.org/gleam/FFAFF3",
|
|
5099
5099
|
color: "#FFAFF3",
|
|
5100
5100
|
i18n: {
|
package/dist/index.cjs
CHANGED
|
@@ -1148,7 +1148,7 @@ var init_astro = __esm({
|
|
|
1148
1148
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
1149
1149
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
1150
1150
|
},
|
|
1151
|
-
version: "7.1.
|
|
1151
|
+
version: "7.1.6",
|
|
1152
1152
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
1153
1153
|
color: "#FF5D01",
|
|
1154
1154
|
i18n: {
|
|
@@ -5880,7 +5880,7 @@ var init_gleam = __esm({
|
|
|
5880
5880
|
packageManagers: ["gleam", "Hex"],
|
|
5881
5881
|
ecosystems: ["BEAM", "Erlang", "Elixir", "JavaScript", "Web"]
|
|
5882
5882
|
},
|
|
5883
|
-
version: "1.
|
|
5883
|
+
version: "1.18.0",
|
|
5884
5884
|
logo: "https://cdn.simpleicons.org/gleam/FFAFF3",
|
|
5885
5885
|
color: "#FFAFF3",
|
|
5886
5886
|
i18n: {
|
package/dist/index.js
CHANGED
|
@@ -1146,7 +1146,7 @@ var init_astro = __esm({
|
|
|
1146
1146
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
1147
1147
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
1148
1148
|
},
|
|
1149
|
-
version: "7.1.
|
|
1149
|
+
version: "7.1.6",
|
|
1150
1150
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
1151
1151
|
color: "#FF5D01",
|
|
1152
1152
|
i18n: {
|
|
@@ -5878,7 +5878,7 @@ var init_gleam = __esm({
|
|
|
5878
5878
|
packageManagers: ["gleam", "Hex"],
|
|
5879
5879
|
ecosystems: ["BEAM", "Erlang", "Elixir", "JavaScript", "Web"]
|
|
5880
5880
|
},
|
|
5881
|
-
version: "1.
|
|
5881
|
+
version: "1.18.0",
|
|
5882
5882
|
logo: "https://cdn.simpleicons.org/gleam/FFAFF3",
|
|
5883
5883
|
color: "#FFAFF3",
|
|
5884
5884
|
i18n: {
|
package/dist/languages/astro.cjs
CHANGED
|
@@ -13,7 +13,7 @@ var astro = {
|
|
|
13
13
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
14
14
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
15
15
|
},
|
|
16
|
-
version: "7.1.
|
|
16
|
+
version: "7.1.6",
|
|
17
17
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
18
18
|
color: "#FF5D01",
|
|
19
19
|
i18n: {
|
package/dist/languages/astro.js
CHANGED
|
@@ -11,7 +11,7 @@ var astro = {
|
|
|
11
11
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
12
12
|
ecosystems: ["Web", "Static Sites", "Content"]
|
|
13
13
|
},
|
|
14
|
-
version: "7.1.
|
|
14
|
+
version: "7.1.6",
|
|
15
15
|
logo: "https://astro.build/assets/press/astro-icon-light.svg",
|
|
16
16
|
color: "#FF5D01",
|
|
17
17
|
i18n: {
|
package/dist/languages/gleam.cjs
CHANGED
package/dist/languages/gleam.js
CHANGED