# csskit_lsp
A JSON-RPC Language Server Protocol implementation for CSS with semantic tokens
and diagnostics.
📖 **[Full Documentation](https://csskit.rs/docs/internal/csskit_lsp/)**
## Features
- **JSON-RPC server/service stack**: Complete LSP protocol implementation
- **Text synchronization**: Efficient document sync with incremental updates
- **Semantic tokens**: Rich syntax highlighting with semantic information
- **Diagnostics**: Real-time error and warning reporting
- **Editor integration**: Works with VSCode, Zed, and other LSP-compatible editors
## Part of csskit
This crate is part of the csskit project, a comprehensive CSS toolchain.
For more information, visit [csskit.rs](https://csskit.rs/).
## License
MIT