Module Vscode_json.Snippets

type snippet = {
  1. prefix : string Manifest.list_or_one;
  2. body : string Manifest.list_or_one;
  3. scope : string option;
  4. description : string option;
}
val snippet_enc : snippet Json_encoding.encoding
val pp_snippet : Ppx_deriving_runtime.Format.formatter -> snippet -> Ppx_deriving_runtime.unit
val show_snippet : snippet -> Ppx_deriving_runtime.string
type snippets = (string * snippet) list
val snippets_enc : snippets Json_encoding.encoding
val pp_snippets : Ppx_deriving_runtime.Format.formatter -> snippets -> Ppx_deriving_runtime.unit
val show_snippets : snippets -> Ppx_deriving_runtime.string