Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Based by BrainbaseNew to Visual Studio Code? Get it now.
Based by Brainbase

Based by Brainbase

Brainbase Labs Inc.

|
24 installs
| (0) | Free
Based code extension for Brainbase.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Based Language Support for VS Code

Syntax highlighting and language support for the Based programming language (.based files) in Visual Studio Code.

Features

This extension provides essential language support for Based code:

  • Syntax highlighting for .based files
  • Custom file icon for .based files
  • Comment toggling support (line comments with # and block comments with ''')
  • Bracket matching and auto-closing for (), [], {}, and quotes
  • Smart indentation rules

Based Syntax Highlighting

Installation

You can install this extension through the VS Code Marketplace:

  1. Open VS Code
  2. Open the Extensions view (Ctrl+Shift+X or Cmd+Shift+X)
  3. Search for "Based Language"
  4. Click Install

Alternatively, you can download the VSIX file from the releases page and install it manually.

Language Features

Syntax Highlighting

The extension provides syntax highlighting for:

  • Comments (single-line # and multi-line ''')
  • Strings
  • Keywords
  • Brackets and operators

File Icons

Files with the .based extension will automatically show with a custom Based icon in the file explorer.

Configuration

Currently, this extension has no additional configuration options. The default settings should work well for most users.

Known Issues

Please report any issues on the GitHub repository.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Release Notes

0.0.1

  • Initial release
  • Basic syntax highlighting
  • File icons
  • Comment and bracket support

License

This extension is licensed under the MIT License.

Acknowledgments

  • Based language community
  • VS Code extension development documentation and community

Enjoy coding in Based!

based-vscode

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