From 7f5e979a141c7798dda7a9ba7d1c87ccc91a812c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 15 Aug 2026 08:35:30 +0000
Subject: [PATCH 1/4] fix: update Groovy metadata to 5.1.0
---
README.md | 2 +-
src/languages/groovy.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 2942161..87dee1e 100644
--- a/README.md
+++ b/README.md
@@ -575,7 +575,7 @@ from its package subpath.
|
| Grain | `grain` | `.gr` | `grain-v0.7.2` | `code-languages/grain` |
|
| GraphQL | `graphql` | `.graphql`, `.gql`, `.graphqls` | `September 2025` | `code-languages/graphql` |
|
| Gremlin | `gremlin` | `.gremlin`, `.grem` | `stable` | `code-languages/gremlin` |
-|
| Groovy | `groovy` | `.groovy`, `.gvy`, `.gy`, `.gsh` | `5.0.8` | `code-languages/groovy` |
+|
| Groovy | `groovy` | `.groovy`, `.gvy`, `.gy`, `.gsh` | `5.1.0` | `code-languages/groovy` |
|
| Hack | `hack` | `.hack`, `.hh`, `.hhi` | `HHVM 4.x` | `code-languages/hack` |
|
| Haml | `haml` | `.haml` | `7.3.0` | `code-languages/haml` |
|
| Handlebars | `handlebars` | `.hbs`, `.handlebars` | `4.7.9` | `code-languages/handlebars` |
diff --git a/src/languages/groovy.ts b/src/languages/groovy.ts
index 7b0ccf5..de03e71 100644
--- a/src/languages/groovy.ts
+++ b/src/languages/groovy.ts
@@ -12,7 +12,7 @@ export const groovy = {
packageManagers: ['Gradle', 'Maven'],
ecosystems: ['JVM', 'Gradle'],
},
- version: '5.0.8',
+ version: '5.1.0',
logo: 'https://upload.wikimedia.org/wikipedia/commons/3/36/Groovy-logo.svg',
color: '#4298B8',
i18n: {
From ce1f981b15fdb25008b23a5bc96c9085ab27b7ff Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 15 Aug 2026 08:35:54 +0000
Subject: [PATCH 2/4] fix: update Haml metadata to 7.3.1
---
README.md | 2 +-
src/languages/haml.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 87dee1e..ba92ab7 100644
--- a/README.md
+++ b/README.md
@@ -577,7 +577,7 @@ from its package subpath.
|
| Gremlin | `gremlin` | `.gremlin`, `.grem` | `stable` | `code-languages/gremlin` |
|
| Groovy | `groovy` | `.groovy`, `.gvy`, `.gy`, `.gsh` | `5.1.0` | `code-languages/groovy` |
|
| Hack | `hack` | `.hack`, `.hh`, `.hhi` | `HHVM 4.x` | `code-languages/hack` |
-|
| Haml | `haml` | `.haml` | `7.3.0` | `code-languages/haml` |
+|
| Haml | `haml` | `.haml` | `7.3.1` | `code-languages/haml` |
|
| Handlebars | `handlebars` | `.hbs`, `.handlebars` | `4.7.9` | `code-languages/handlebars` |
|
| Hare | `hare` | `.ha` | `0.25.1` | `code-languages/hare` |
|
| Haskell | `haskell` | `.hs`, `.lhs`, `.hsc`, `.hs-boot`, `.hsig`, `.cabal` | `GHC 9.14.1` | `code-languages/haskell` |
diff --git a/src/languages/haml.ts b/src/languages/haml.ts
index 44e2f9b..f93be0a 100644
--- a/src/languages/haml.ts
+++ b/src/languages/haml.ts
@@ -12,7 +12,7 @@ export const haml = {
packageManagers: ['RubyGems', 'Bundler'],
ecosystems: ['Ruby', 'Ruby on Rails', 'Web'],
},
- version: '7.3.0',
+ version: '7.3.1',
logo: 'https://cdn.jsdelivr.net/gh/vscode-icons/vscode-icons@master/icons/file_type_haml.svg',
color: '#ECE2A9',
i18n: {
From 201cfc9398e36ad8fff1f73bb3da44934d59b352 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 15 Aug 2026 08:36:18 +0000
Subject: [PATCH 3/4] fix: update Luau metadata to 0.734
---
README.md | 2 +-
src/languages/luau.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ba92ab7..4140f9a 100644
--- a/README.md
+++ b/README.md
@@ -625,7 +625,7 @@ from its package subpath.
|
| Lobster | `lobster` | `.lobster` | `development snapshot` | `code-languages/lobster` |
|
| Logo | `logo` | `.logo`, `.lgo` | `UCBLogo 6.2` | `code-languages/logo` |
|
| Lua | `lua` | `.lua`, `.rockspec` | `5.5.1` | `code-languages/lua` |
-|
| Luau | `luau` | `.luau` | `0.733` | `code-languages/luau` |
+|
| Luau | `luau` | `.luau` | `0.734` | `code-languages/luau` |
|
| Makefile | `makefile` | `Makefile`, `makefile`, `GNUmakefile`, `.mk`, `.mak` | `4.4.1` | `code-languages/makefile` |
|
| Mako | `mako` | `.mako`, `.mao` | `1.3.10` | `code-languages/mako` |
|
| Markdown | `markdown` | `.md`, `.markdown`, `.mdown`, `.mkd` | `CommonMark 4.0` | `code-languages/markdown` |
diff --git a/src/languages/luau.ts b/src/languages/luau.ts
index 9cd9fc7..d0b7abe 100644
--- a/src/languages/luau.ts
+++ b/src/languages/luau.ts
@@ -15,7 +15,7 @@ export const luau = {
packageManagers: ['Wally', 'Pesde'],
ecosystems: ['Roblox', 'Games', 'Embedded scripting'],
},
- version: '0.733',
+ version: '0.734',
logo: 'https://cdn.simpleicons.org/roblox/000000',
color: '#000000',
i18n: {
From 2a0ae346508617bc081613584bf39c7953893bb6 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 15 Aug 2026 08:36:42 +0000
Subject: [PATCH 4/4] fix: update PowerShell metadata to 7.6.5
---
README.md | 2 +-
src/languages/powershell.ts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4140f9a..dafebfb 100644
--- a/README.md
+++ b/README.md
@@ -676,7 +676,7 @@ from its package subpath.
|
| Pony | `pony` | `.pony` | `0.61.1` | `code-languages/pony` |
|
| PostScript | `postscript` | `.ps`, `.eps` | `PostScript 3` | `code-languages/postscript` |
|
| Power Query M | `powerquery` | `.pq`, `.pqm` | `Power Query M 2025` | `code-languages/powerquery` |
-|
| PowerShell | `powershell` | `.ps1`, `.psm1`, `.psd1`, `.ps1xml` | `7.6.4` | `code-languages/powershell` |
+|
| PowerShell | `powershell` | `.ps1`, `.psm1`, `.psd1`, `.ps1xml` | `7.6.5` | `code-languages/powershell` |
|
| Processing | `processing` | `.pde` | `4.4.5` | `code-languages/processing` |
|
| Prolog | `prolog` | `.pl`, `.pro`, `.prolog`, `.P` | `SWI-Prolog 10.0` | `code-languages/prolog` |
|
| PromQL | `promql` | `.promql` | `Prometheus 3.x` | `code-languages/promql` |
diff --git a/src/languages/powershell.ts b/src/languages/powershell.ts
index 1fc5533..8499540 100644
--- a/src/languages/powershell.ts
+++ b/src/languages/powershell.ts
@@ -13,7 +13,7 @@ export const powershell = {
packageManagers: ['PowerShell Gallery', 'PSResourceGet', 'PowerShellGet'],
ecosystems: ['Windows', 'Azure', 'DevOps', 'Automation'],
},
- version: '7.6.4',
+ version: '7.6.5',
logo: 'https://upload.wikimedia.org/wikipedia/commons/2/2f/PowerShell_5.0_icon.png',
color: '#5391FE',
i18n: {