Skip to content

HarperZ9/buildlang-vscode

Repository files navigation

Buildlang Vscode: Vs Code Language Support

BuildLang for Visual Studio Code

Syntax highlighting and editor configuration for the BuildLang effects-oriented systems language.

license: MIT vscode version CI deps: none part of: Build ecosystem

Syntax highlighting and editor configuration for BuildLang, an effects-oriented compiler project with a verified C path, shader output, and experimental backend research.

Features

  • Syntax highlighting for .bld files
  • Full keyword coverage - 61 language keywords including the effect system (with, effect, handle, resume, perform) and AI primitives (ai, neural, infer)
  • Smart indentation, bracket matching, and auto-closing pairs
  • Comment toggles (Ctrl+/)
  • File icon for .bld

About BuildLang

BuildLang is an effects-oriented systems language with a multi-backend compiler written in Rust. It compiles to:

  • C (primary)
  • HLSL, GLSL (shader output)
  • SPIR-V, LLVM IR, WebAssembly, x86-64, ARM64
fn main() ~ Console {
    println!("Hello from BuildLang!");
}

Install

From the Marketplace: View -> Extensions -> search "BuildLang", click Install.

From .vsix directly:

code --install-extension buildlang-0.1.0.vsix

Usage

Once installed, the extension activates automatically for any file with the .bld extension - no commands or configuration required. See USAGE.md for what the extension provides, how to verify it is active, and worked examples (including a sample under examples/).

This extension is editor support only; it provides syntax highlighting and language configuration. It does not bundle or run the BuildLang compiler. To build or run .bld programs, use the buildc toolchain from the language repo.

The browser evidence example is an editor fixture only. It documents Telos workflow vocabulary for highlighting and examples; this package does not compile or execute browser automation.

Links

License

MIT. Copyright (c) 2026 Zain Dana Harper.


Zentropy Labs · order out of entropy. An independent lab building evidence-first tools that leave a re-checkable artifact behind. Built by Zain Dana Harper in Seattle. The full workbench is at Project Telos.

About

VS Code syntax highlighting and editor configuration for BuildLang (.bld) effects-language files.

Topics

Resources

License

Contributing

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors