1 unstable release

new 0.1.0 Dec 15, 2024

#78 in Text editors

Download history 98/week @ 2024-12-10

98 downloads per month

MIT license

15KB
242 lines

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.

TODO

  • LSP basic server
  • Handle request by language (HTML, CSS)
  • CSS Language Service (CSSlsrs) integration
  • HTML Language Service (HTMLlsrs) integration
  • Publish VSCode extension

Useful commands

  • cargo build - Build the project
  • cd ./packages/vscode && pnpm run compile - Compile the vscode extension

Dependencies

~15–24MB
~362K SLoC