Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>cBudgieNew to Visual Studio Code? Get it now.
cBudgie

cBudgie

Hugo Wong

|
20 installs
| (0) | Free
Syntaxe for cBudgie
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Logo

cBudgie Syntax Highlighting

cBudgie is a Visual Studio Code extension that provides syntax highlighting for the cBudgie programming language. This extension helps you write cBudgie code with better readability and structure by highlighting keywords, functions, strings, numbers, operators, and more.

Installation

  1. Install via Visual Studio Code:

    • Open Visual Studio Code.
    • Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing Ctrl+Shift+X.
    • Search for cBudgie.
    • Click Install on the extension.
  2. Install via the Command Line:

    code --install-extension HugoWong.cbudgie
    

Features

This extension provides syntax highlighting for the following elements in cBudgie:

Keywords

The following control keywords are highlighted:

  • if
  • else
  • for
  • while
  • break
  • continue
  • return
  • let
  • def

Functions

Built-in functions such as CIN and COUT are highlighted as function names.

Contributing

Contributions are welcome! If you have a useful snippet or improvement, feel free to fork the repository and submit a pull request.

  • Fork the repository.
  • Create a new branch for your feature: git checkout -b feature-name.
  • Commit your changes: git commit -m 'Add some feature'.
  • Push to the branch: git push origin feature-name.
  • Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

For any questions or suggestions, please open an issue on the GitHub repository.

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