code-languages 1.20.2 → 1.20.3
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/twig.cjs +1 -1
- package/dist/languages/twig.cjs.map +1 -1
- package/dist/languages/twig.js +1 -1
- package/dist/languages/twig.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -715,7 +715,7 @@ console.log(detectLanguages("include/config.h").map((language) => language.slug)
|
|
|
715
715
|
| <img src="https://commons.wikimedia.org/wiki/Special:FilePath/Tcl.svg" alt="Tcl/Tk logo" width="24" height="24"> | Tcl/Tk | `tcl` | `.tcl`, `.tm`, `.test` | `9.0.3` | `code-languages/tcl` |
|
|
716
716
|
| <img src="https://cdn.simpleicons.org/latex/008080" alt="TeX logo" width="24" height="24"> | TeX | `tex` | `.tex`, `.sty`, `.cls`, `.dtx`, `.ins`, `.ltx` | `TeX Live 2026` | `code-languages/tex` |
|
|
717
717
|
| <img src="https://cdn.simpleicons.org/toml/9C4221" alt="TOML logo" width="24" height="24"> | TOML | `toml` | `.toml` | `1.1.0` | `code-languages/toml` |
|
|
718
|
-
| <img src="https://twig.symfony.com/images/logo.png" alt="Twig logo" width="24" height="24"> | Twig | `twig` | `.twig` | `3.
|
|
718
|
+
| <img src="https://twig.symfony.com/images/logo.png" alt="Twig logo" width="24" height="24"> | Twig | `twig` | `.twig` | `3.25.0` | `code-languages/twig` |
|
|
719
719
|
| <img src="https://www.typescriptlang.org/icons/icon-512x512.png" alt="TypeScript logo" width="24" height="24"> | TypeScript | `typescript` | `.ts`, `.tsx`, `.mts`, `.cts` | `6.0` | `code-languages/typescript` |
|
|
720
720
|
| <img src="https://cdn.simpleicons.org/typst/239DAD" alt="Typst logo" width="24" height="24"> | Typst | `typst` | `.typ` | `0.14.2` | `code-languages/typst` |
|
|
721
721
|
| <img src="https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_verilog.svg" alt="Verilog/SystemVerilog logo" width="24" height="24"> | Verilog/SystemVerilog | `verilog` | `.v`, `.vh`, `.sv`, `.svh` | `IEEE 1800-2023` | `code-languages/verilog` |
|
package/dist/api.cjs
CHANGED
|
@@ -4162,7 +4162,7 @@ var init_twig = __esm({
|
|
|
4162
4162
|
packageManagers: ["Composer"],
|
|
4163
4163
|
ecosystems: ["PHP", "Symfony", "Web", "CMS"]
|
|
4164
4164
|
},
|
|
4165
|
-
version: "3.
|
|
4165
|
+
version: "3.25.0",
|
|
4166
4166
|
logo: "https://twig.symfony.com/images/logo.png",
|
|
4167
4167
|
i18n: {
|
|
4168
4168
|
en: {
|