Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ from its package subpath.
| <img src="https://avatars.githubusercontent.com/u/23492081?v=4" alt="WDL logo" width="24" height="24"> | WDL | `wdl` | `.wdl` | `1.2.0` | `code-languages/wdl` |
| <img src="https://upload.wikimedia.org/wikipedia/commons/1/1f/WebAssembly_Logo.svg" alt="WebAssembly logo" width="24" height="24"> | WebAssembly | `webassembly` | `.wasm`, `.wat` | `3.0` | `code-languages/webassembly` |
| <img src="https://cdn.simpleicons.org/webgpu/005A9C" alt="WGSL logo" width="24" height="24"> | WGSL | `wgsl` | `.wgsl` | `Candidate Recommendation Draft 2026-05-07` | `code-languages/wgsl` |
| <img src="https://raw.githubusercontent.com/winglang/wing/main/packages/vscode-wing/resources/logo.png" alt="Wing logo" width="24" height="24"> | Wing | `wing` | `.w`, `.wsim` | `0.85.49` | `code-languages/wing` |
| <img src="https://raw.githubusercontent.com/winglang/wing/main/packages/vscode-wing/resources/logo.png" alt="Wing logo" width="24" height="24"> | Wing | `wing` | `.w`, `.wsim` | `0.85.51` | `code-languages/wing` |
| <img src="https://avatars.githubusercontent.com/u/8763410?v=4" alt="Wren logo" width="24" height="24"> | Wren | `wren` | `.wren` | `0.4.0` | `code-languages/wren` |
| <img src="https://cdn.simpleicons.org/dotnet/512BD4" alt="XAML logo" width="24" height="24"> | XAML | `xaml` | `.xaml`, `.baml` | `Platform-specific` | `code-languages/xaml` |
| <img src="https://upload.wikimedia.org/wikipedia/commons/6/68/XML.svg" alt="XML logo" width="24" height="24"> | XML | `xml` | `.xml`, `.xsd`, `.xsl`, `.xslt` | `XML 1.0 Fifth Edition` | `code-languages/xml` |
Expand Down
2 changes: 1 addition & 1 deletion src/languages/wing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const wing = {
packageManagers: ['npm'],
ecosystems: ['AWS', 'Azure', 'Google Cloud', 'Terraform'],
},
version: '0.85.49',
version: '0.85.51',
logo: 'https://raw.githubusercontent.com/winglang/wing/main/packages/vscode-wing/resources/logo.png',
color: '#27E7D4',
i18n: {
Expand Down