1//! Server following the [LSP protocol](https://microsoft.github.io/language-server-protocol/) to validate and inspect shaders using [`shader_sense`]. 2 3#![doc = include_str!("../README.md")] 4 5// For test. 6pub mod server;