| Crates.io | qbels |
| lib.rs | qbels |
| version | 0.1.0 |
| created_at | 2025-07-21 14:52:04.974655+00 |
| updated_at | 2025-07-21 14:52:04.974655+00 |
| description | A simple tree-sitter based lsp implementation for Quick Backend (QBE) IR |
| homepage | |
| repository | https://github.com/mkanilsson/qbels |
| max_upload_size | |
| id | 1762140 |
| size | 42,622 |
A simple tree-sitter based lsp implementation for Quick Backend (QBE) IR.
There is no support for multiple files, everything is on a per-file basis.
cargo install qbels
With lspconfig:
require("lspconfig.configs").qbels = {
default_config = {
cmd = { "qbels" },
filetypes = { "qbe", "ssa" },
root_dir = require("lspconfig").util.root_pattern(".git"),
settings = {}
}
}
require("lspconfig").qbels.setup {}
I don't know, if you figure it out, please open a PR and add the instructions here :)