Skip to content

Commit d2c6451

Browse files
gdotdesignclaude
andauthored
Add mint-vscode to Tools page (#39)
Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3abd462 commit d2c6451

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/Data/Tools.mint

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ module Data {
55
description: "A code generation utility that converts OpenAPI 3.0 specifications into idiomatic Mint language client code.",
66
name: "mint-oapi-codegen",
77
url: "https://github.com/saviorand/mint-oapi-codegen"
8+
},
9+
{
10+
description: "Visual Studio Code extension providing syntax highlighting, formatting, code snippets, and commands for the Mint programming language.",
11+
name: "mint-vscode",
12+
url: "https://github.com/mint-lang/mint-vscode"
813
}
914
]
1015
}

0 commit comments

Comments
 (0)