code-languages 1.43.3 → 1.43.4
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/cython.cjs +1 -1
- package/dist/languages/cython.js +1 -1
- package/dist/languages/scss.cjs +1 -1
- package/dist/languages/scss.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -529,7 +529,7 @@ from its package subpath.
|
|
|
529
529
|
| <img src="https://www.curry-language.org/assets/img/curry-32x32.png" alt="Curry logo" width="24" height="24"> | Curry | `curry` | `.curry`, `.lcurry` | `Curry 0.9.0` | `code-languages/curry` |
|
|
530
530
|
| <img src="https://avatars.githubusercontent.com/u/9947495?v=4" alt="Common Workflow Language logo" width="24" height="24"> | Common Workflow Language | `cwl` | `.cwl` | `v1.2` | `code-languages/cwl` |
|
|
531
531
|
| <img src="https://dist.neo4j.com/wp-content/uploads/20210423072428/neo4j-logo-2020-1.svg" alt="Cypher logo" width="24" height="24"> | Cypher | `cypher` | `.cypher`, `.cyp` | `25` | `code-languages/cypher` |
|
|
532
|
-
| <img src="https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg" alt="Cython logo" width="24" height="24"> | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.
|
|
532
|
+
| <img src="https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg" alt="Cython logo" width="24" height="24"> | Cython | `cython` | `.pyx`, `.pxd`, `.pxi` | `3.2.9` | `code-languages/cython` |
|
|
533
533
|
| <img src="https://cdn.simpleicons.org/d/BA595E" alt="D logo" width="24" height="24"> | D | `d` | `.d`, `.di` | `2.112.0` | `code-languages/d` |
|
|
534
534
|
| <img src="https://dafny.org/images/dafny-favicon.svg" alt="Dafny logo" width="24" height="24"> | Dafny | `dafny` | `.dfy` | `4.11.0` | `code-languages/dafny` |
|
|
535
535
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Dart_programming_language_logo.svg" alt="Dart logo" width="24" height="24"> | Dart | `dart` | `.dart` | `3.12.2` | `code-languages/dart` |
|
|
@@ -710,7 +710,7 @@ from its package subpath.
|
|
|
710
710
|
| <img src="https://upload.wikimedia.org/wikipedia/commons/1/10/SAS_logo_horiz.svg" alt="SAS logo" width="24" height="24"> | SAS | `sas` | `.sas` | `SAS 9.4` | `code-languages/sas` |
|
|
711
711
|
| <img src="https://cdn.simpleicons.org/scala/DC322F" alt="Scala logo" width="24" height="24"> | Scala | `scala` | `.scala`, `.sc` | `3.8.4` | `code-languages/scala` |
|
|
712
712
|
| <img src="https://cdn.simpleicons.org/racket/9F1D20" alt="Scheme logo" width="24" height="24"> | Scheme | `scheme` | `.scm`, `.ss`, `.sld`, `.sls` | `R7RS small` | `code-languages/scheme` |
|
|
713
|
-
| <img src="https://sass-lang.com/assets/img/logos/logo.svg" alt="Sass logo" width="24" height="24"> | Sass | `scss` | `.scss`, `.sass` | `1.101.
|
|
713
|
+
| <img src="https://sass-lang.com/assets/img/logos/logo.svg" alt="Sass logo" width="24" height="24"> | Sass | `scss` | `.scss`, `.sass` | `1.101.7` | `code-languages/scss` |
|
|
714
714
|
| <img src="https://selflanguage.org/img/self-logo.png" alt="Self logo" width="24" height="24"> | Self | `self` | `.self` | `2024.1` | `code-languages/self` |
|
|
715
715
|
| <img src="https://raw.githubusercontent.com/ElJijuna/code-languages/main/public/assets/placeholders/simula.svg" alt="Simula logo" width="24" height="24"> | Simula | `simula` | `.sim`, `.simula` | `Simula 67` | `code-languages/simula` |
|
|
716
716
|
| <img src="https://avatars.githubusercontent.com/u/29205606?v=4" alt="Slang logo" width="24" height="24"> | Slang | `slang` | `.slang` | `stable` | `code-languages/slang` |
|
package/dist/api.cjs
CHANGED
|
@@ -3623,7 +3623,7 @@ var init_cython = __esm({
|
|
|
3623
3623
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3624
3624
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3625
3625
|
},
|
|
3626
|
-
version: "3.2.
|
|
3626
|
+
version: "3.2.9",
|
|
3627
3627
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3628
3628
|
color: "#FED140",
|
|
3629
3629
|
i18n: {
|
|
@@ -14304,7 +14304,7 @@ var init_scss = __esm({
|
|
|
14304
14304
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
14305
14305
|
ecosystems: ["Web", "Design Systems"]
|
|
14306
14306
|
},
|
|
14307
|
-
version: "1.101.
|
|
14307
|
+
version: "1.101.7",
|
|
14308
14308
|
logo: "https://sass-lang.com/assets/img/logos/logo.svg",
|
|
14309
14309
|
color: "#CC6699",
|
|
14310
14310
|
i18n: {
|
package/dist/api.js
CHANGED
|
@@ -3621,7 +3621,7 @@ var init_cython = __esm({
|
|
|
3621
3621
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3622
3622
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3623
3623
|
},
|
|
3624
|
-
version: "3.2.
|
|
3624
|
+
version: "3.2.9",
|
|
3625
3625
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3626
3626
|
color: "#FED140",
|
|
3627
3627
|
i18n: {
|
|
@@ -14302,7 +14302,7 @@ var init_scss = __esm({
|
|
|
14302
14302
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
14303
14303
|
ecosystems: ["Web", "Design Systems"]
|
|
14304
14304
|
},
|
|
14305
|
-
version: "1.101.
|
|
14305
|
+
version: "1.101.7",
|
|
14306
14306
|
logo: "https://sass-lang.com/assets/img/logos/logo.svg",
|
|
14307
14307
|
color: "#CC6699",
|
|
14308
14308
|
i18n: {
|
package/dist/detect.cjs
CHANGED
|
@@ -3181,7 +3181,7 @@ var cython = {
|
|
|
3181
3181
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3182
3182
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3183
3183
|
},
|
|
3184
|
-
version: "3.2.
|
|
3184
|
+
version: "3.2.9",
|
|
3185
3185
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3186
3186
|
color: "#FED140",
|
|
3187
3187
|
i18n: {
|
|
@@ -12233,7 +12233,7 @@ var scss = {
|
|
|
12233
12233
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
12234
12234
|
ecosystems: ["Web", "Design Systems"]
|
|
12235
12235
|
},
|
|
12236
|
-
version: "1.101.
|
|
12236
|
+
version: "1.101.7",
|
|
12237
12237
|
logo: "https://sass-lang.com/assets/img/logos/logo.svg",
|
|
12238
12238
|
color: "#CC6699",
|
|
12239
12239
|
i18n: {
|
package/dist/detect.js
CHANGED
|
@@ -3179,7 +3179,7 @@ var cython = {
|
|
|
3179
3179
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3180
3180
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3181
3181
|
},
|
|
3182
|
-
version: "3.2.
|
|
3182
|
+
version: "3.2.9",
|
|
3183
3183
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3184
3184
|
color: "#FED140",
|
|
3185
3185
|
i18n: {
|
|
@@ -12231,7 +12231,7 @@ var scss = {
|
|
|
12231
12231
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
12232
12232
|
ecosystems: ["Web", "Design Systems"]
|
|
12233
12233
|
},
|
|
12234
|
-
version: "1.101.
|
|
12234
|
+
version: "1.101.7",
|
|
12235
12235
|
logo: "https://sass-lang.com/assets/img/logos/logo.svg",
|
|
12236
12236
|
color: "#CC6699",
|
|
12237
12237
|
i18n: {
|
package/dist/index.cjs
CHANGED
|
@@ -3623,7 +3623,7 @@ var init_cython = __esm({
|
|
|
3623
3623
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3624
3624
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3625
3625
|
},
|
|
3626
|
-
version: "3.2.
|
|
3626
|
+
version: "3.2.9",
|
|
3627
3627
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3628
3628
|
color: "#FED140",
|
|
3629
3629
|
i18n: {
|
|
@@ -14304,7 +14304,7 @@ var init_scss = __esm({
|
|
|
14304
14304
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
14305
14305
|
ecosystems: ["Web", "Design Systems"]
|
|
14306
14306
|
},
|
|
14307
|
-
version: "1.101.
|
|
14307
|
+
version: "1.101.7",
|
|
14308
14308
|
logo: "https://sass-lang.com/assets/img/logos/logo.svg",
|
|
14309
14309
|
color: "#CC6699",
|
|
14310
14310
|
i18n: {
|
package/dist/index.js
CHANGED
|
@@ -3621,7 +3621,7 @@ var init_cython = __esm({
|
|
|
3621
3621
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
3622
3622
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
3623
3623
|
},
|
|
3624
|
-
version: "3.2.
|
|
3624
|
+
version: "3.2.9",
|
|
3625
3625
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
3626
3626
|
color: "#FED140",
|
|
3627
3627
|
i18n: {
|
|
@@ -14302,7 +14302,7 @@ var init_scss = __esm({
|
|
|
14302
14302
|
packageManagers: ["npm", "pnpm", "Yarn", "Bun"],
|
|
14303
14303
|
ecosystems: ["Web", "Design Systems"]
|
|
14304
14304
|
},
|
|
14305
|
-
version: "1.101.
|
|
14305
|
+
version: "1.101.7",
|
|
14306
14306
|
logo: "https://sass-lang.com/assets/img/logos/logo.svg",
|
|
14307
14307
|
color: "#CC6699",
|
|
14308
14308
|
i18n: {
|
|
@@ -17,7 +17,7 @@ var cython = {
|
|
|
17
17
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
18
18
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
19
19
|
},
|
|
20
|
-
version: "3.2.
|
|
20
|
+
version: "3.2.9",
|
|
21
21
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
22
22
|
color: "#FED140",
|
|
23
23
|
i18n: {
|
package/dist/languages/cython.js
CHANGED
|
@@ -15,7 +15,7 @@ var cython = {
|
|
|
15
15
|
packageManagers: ["pip", "conda", "Poetry"],
|
|
16
16
|
ecosystems: ["Python", "Native Extensions", "Scientific Computing"]
|
|
17
17
|
},
|
|
18
|
-
version: "3.2.
|
|
18
|
+
version: "3.2.9",
|
|
19
19
|
logo: "https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_cython.svg",
|
|
20
20
|
color: "#FED140",
|
|
21
21
|
i18n: {
|
package/dist/languages/scss.cjs
CHANGED
package/dist/languages/scss.js
CHANGED