shader_language_server 1.3.1

Language server for HLSL / GLSL / WGSL shaders using LSP protocol.
Documentation
1
2
3
4
5
6
//! Server following the [LSP protocol](https://microsoft.github.io/language-server-protocol/) to validate and inspect shaders using [`shader_sense`].

#![doc = include_str!("../README.md")]

// For test.
pub mod server;