package lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Types.TextDocumentFilterSource

Sourcetype t = {
  1. language : string option;
  2. scheme : string option;
  3. pattern : string option;
}
Sourceval create : ?language:string -> ?scheme:string -> ?pattern:string -> unit -> t