Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Wind LanguageNew to Visual Studio Code? Get it now.
Wind Language

Wind Language

Wind Lang

|
9 installs
| (0) | Free
Wind Language Syntax
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Wind Lang Syntax Highlighting

This is a syntax highlighting package for the Wind programming language. Check it out here

Example code

@include "#types.wi"

func calculate_sum(x: int, y: int): int {
   return x + y;
}

func main() {
    branch [
        x == 0: puts("x is zero");
        else: puts("x is not zero");
    ]

    asm {
        mov eax, 10;
        add eax, 20;
    }

    return 0;
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft