rlsp-yaml 0.12.1

A fast, lightweight YAML language server
Documentation
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: MIT

/// Code lens provider (e.g. schema annotation lenses).
pub mod code_lens;
/// Document color provider for color value decoration.
pub mod color;
/// Document link provider for navigable URLs in YAML values.
pub mod document_links;