Skip to content

Add Glide extension#6302

Open
Murilinho145SG wants to merge 3 commits into
zed-industries:mainfrom
Murilinho145SG:add-glide-extension
Open

Add Glide extension#6302
Murilinho145SG wants to merge 3 commits into
zed-industries:mainfrom
Murilinho145SG:add-glide-extension

Conversation

@Murilinho145SG
Copy link
Copy Markdown

Adds language support for Glide, a systems language that compiles to C.

The extension provides:

  • Language server integration via glide lsp (diagnostics, hover, completion, signature help, go-to-definition, references, rename, document/workspace symbols, semantic tokens, inlay hints, code actions, formatting, call/type hierarchy).
  • Tree-sitter highlighting, indents, and outline (grammar pinned from the Glide repo).
  • A /glide-routes slash command listing @route'd handlers in a file.

Extension source: https://github.com/glide-lang/zed-glide

The extension resolves the glide binary from the worktree PATH / ~/.glide/bin; it does not download the compiler. Validated locally with cargo check --target wasm32-wasip1.

@cla-bot
Copy link
Copy Markdown

cla-bot Bot commented May 30, 2026

We require contributors to sign our Contributor License Agreement, and we don't have @Murilinho145SG on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@Murilinho145SG
Copy link
Copy Markdown
Author

@cla-bot check

@cla-bot cla-bot Bot added the cla-signed label May 30, 2026
@cla-bot
Copy link
Copy Markdown

cla-bot Bot commented May 30, 2026

The cla-bot has been summoned, and re-checked this pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant