| Crates.io | weblsp |
| lib.rs | weblsp |
| version | 0.1.0 |
| created_at | 2024-12-15 23:19:52.73301+00 |
| updated_at | 2024-12-15 23:19:52.73301+00 |
| description | Language server for the web. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1484501 |
| size | 40,989 |
A better Language Server for the Web, made with Rust.
(Work In Progress) It provides full-featured language support for HTML and CSS, including syntax highlighting, code completion, error checking, and more. Compliant with the Language Server Protocol, WEBlsp is designed to work with any IDE that supports LSP. Build on top of HTMLlsrs and CSSlsrs, our own modern, fast, and reliable Language Services.
cargo build - Build the projectcd ./packages/vscode && pnpm run compile - Compile the vscode extension