rlsp-yaml 0.10.1

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

/// Diagnostic suppression logic (e.g. `# yaml-language-server: disable`).
pub mod suppression;
/// Diagnostic validators (duplicate keys, schema violations, etc.).
pub mod validators;