rlsp-yaml 0.13.0

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

/// Document folding range computation.
pub mod folding;
/// Selection range computation.
pub mod selection;
/// Semantic token generation for syntax highlighting.
pub mod semantic_tokens;
/// Document symbol extraction (outline).
pub mod symbols;