pub const SNIPPETS: &'static [(&'static str, &'static str)];
Declaration snippets (CompletionItemKind::SNIPPET), as LSP snippet bodies. pub so tests/scaffolds_compile.rs (ADR 0157) can enumerate them.
CompletionItemKind::SNIPPET
pub
tests/scaffolds_compile.rs