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

Nebulara Language

codurralabs

| (0) | Free
Nebulara language support - AI-native universal programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Nebulara Logo

Nebulara VS Code Extension

Official language support for Nebulara - the AI-native universal programming language.

This extension provides robust support for editing, syntax highlighting, checking, transpiling, and running Nebulara source files (.nbs, .neb).

Features

  • Syntax Highlighting: Complete TM grammar support for Nebulara keywords (FUNC!, DATA!, IF?, ELSE, FOR!, END!, etc.), operators, strings, numbers, comments, and builtins.
  • Language Configuration: Automatic bracket matching, auto-closing pairs, and comment formatting.
  • On-the-fly Semantic Verification: Highlights compilation and type errors directly in the editor when opening or saving files.
  • Integrated Run Commands: Fast shortcuts to run or transpile your code.

Commands

The extension registers the following commands, available in the Command Palette (Ctrl+Shift+P / Cmd+Shift+P):

  • Nebulara: Run File (nebulara.run): Runs the current file using the nebulara interpreter in the terminal.
  • Nebulara: Semantic Check (nebulara.check): Performs semantic validation and type checks on the current file.
  • Nebulara: Transpile to JavaScript (nebulara.transpileJS): Transpiles the active file to JavaScript.
  • Nebulara: Transpile to Python (nebulara.transpilePY): Transpiles the active file to Python.

Requirements

The extension searches for the Nebulara compiler/interpreter binary (nebulara.exe / nebulara) in:

  1. The build/ directory of the active workspace.
  2. The root of the active workspace.
  3. The system PATH (fallback).

Ensure you have built the compiler or have it installed globally on your machine.

Extension Settings

This extension currently does not require any custom settings.

License

Proprietary - Copyright (c) 2026 CODURRA Labs & Technologies.

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