Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Olaf Syntax HighlighterNew to Visual Studio Code? Get it now.
Olaf Syntax Highlighter

Olaf Syntax Highlighter

olaf11071107

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

Olaf Syntax Highlighter

This VSCode extension provides syntax highlighting, IntelliSense, and advanced tools for the Olaf programming language.

Features

  • Syntax highlighting
  • IntelliSense (code completion and hover tips)
  • Code formatting
  • Predefined snippets
  • Olaf-specific color theme
  • Error diagnostics

Installation

  1. Clone this repo.
  2. Open in VSCode.
  3. Run npm install.
  4. Press F5 to test in a new VSCode instance.

Olaf Syntax Example

class Person:
    build constructor(name):
        snowball this.name = name
    end

    build greet:
        say "Hello, " + this.name
end
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft