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

|
6 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

Author: 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.

Requirements

  • Install the Latest Bonezegei Scripting Language
  • Download Latest Installer
    • Windows x64 .msi

    • Linux x86 .deb

    • Linux arm-raspi .deb

Windows Installation

  • Since the installer is self signed the installer is flagged as Unknown Publisher. Just Click "More Info" then click Run anyway.

    Win Installation

  • The process to the Installation where you are asked to choose directory, just click next and Accept the MIT license. Then click Finish.

Linux Installation

  • 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
© 2025 Microsoft