Linol_lwt.SemanticTokensOptions
val create_full : ?delta:bool -> unit -> full
type t = {
full : [ `Bool of bool | `Full of full ] option;
legend : Linol_lsp__Types.SemanticTokensLegend.t;
range : bool option;
workDoneProgress : bool option;
}
include Linol_lsp.Import.Json.Jsonable.S with type t := t
val t_of_yojson : Yojson.Safe.t -> t
val yojson_of_t : t -> Yojson.Safe.t