Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Bonezegei Scripting Language FormatterNew to Visual Studio Code? Get it now.
Bonezegei Scripting Language Formatter

Bonezegei Scripting Language Formatter

Bonezegei

|
54 installs
| (0) | Free
Formats .bzg files using the Bonezegei interpreter's formatter command. Created by Jofel Batutay (Bonezegei).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Bonezegei Scripting Language Formatter

Developed by: Jofel Batutay (Bonezegei)

This extension provides a document formatter for .bzg files (Bonezegei scripts) by invoking an external formatter/formatter-capable interpreter and replacing the document contents.

Language Tutorials

  1. What is BSL
  2. BSL Installation
  3. BSL Quick Start
  4. BSL Basics
  5. BSL Control Flow
  6. BSL Data & Functions
  7. BSL Object-Oriented Programming
  8. BSL Standard Library

Requirements

  • Install the Latest Bonezegei Scripting Language

Windows Installation

  1. Open the Microsoft Store app from your Windows Start Menu.
  2. Search for "Bonezegei Scripting Language".
  3. Click the Get or Install button.
  4. Wait for the download and installation to complete

OR

Click the link below

Get it from Microsoft

Linux Installation

  • Linux arm-raspi .deb
  • Download the .deb installer and run the command
      sudo apt install ./Bonezegei-x86.deb
    

Verify Installation

  • Go to cmd or open terminal then type the commands. It should show the current version of the Interpreter
    • View current Version
      bonezegei --version
      
    • Test inline scripting
      bonezegei -inline "print(\"Hello World\");"
      
    • Run Script
      bonezegei script_name.bzg
      

VSCode Usage

  • Create New File with file extension .bzg (sxample script.bzg)
  • Then Click "Run Script"

Package / Library Installation

  • Packages or external Libraries are available via Bonezegei Package Installer. It is directly along with the interpreter. type the command

    • View list of available packages
      bzg -list
      
    • Install package/library
      bzg install <package_name>
      
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft