Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Gloob Syntax Language SupportNew to Visual Studio Code? Get it now.
Gloob Syntax Language Support

Gloob Syntax Language Support

ChristianDC13

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

Gloob Language Support for VS Code

Syntax highlighting support for the Gloob programming language.

Features

  • Syntax highlighting for Gloob files (.gloob)
  • Support for all Gloob keywords and operators
  • String and number literals
  • Comments
  • Object syntax
  • Automatic bracket matching

Installation

  1. Open VS Code
  2. Go to Extensions (Cmd+Shift+X)
  3. Click the "..." menu and select "Install from VSIX..."
  4. Select this extension's .vsix file

Or install for development:

  1. Clone this repository
  2. Open the vscode-extension folder in VS Code
  3. Press F5 to launch a new VS Code window with the extension loaded

Building

# Install vsce (VS Code Extension Manager)
npm install -g vsce

# Build the extension
cd vscode-extension
vsce package

This will create a .vsix file that can be installed in VS Code.

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