Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>FrostLang Syntax HighlightingNew to Visual Studio Code? Get it now.
FrostLang Syntax Highlighting

FrostLang Syntax Highlighting

Jabolo

|
6 installs
| (0) | Free
Syntax highlighting for Frost language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

frost-vscode

Syntax highlighting for Frost in Visual Studio Code.

%%
% Hello world example
%%

%%
% External function declarations
%%
printf: foreign *byte ... -> int

%%
% Main function
%%
main: never -> int = {
    printf("Hello, world!\n")

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